runtime_dependencies.cmake 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #
  2. # All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
  3. # its licensors.
  4. #
  5. # For complete copyright and license terms please see the LICENSE at the root of this
  6. # distribution (the License). All use of this software is governed by the License,
  7. # or, if provided, by the license below or the license accompanying this file. Do not
  8. # remove or modify any license notices. This file is distributed on an AS IS BASIS,
  9. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. #
  11. # Extracted from Game
  12. set(GEM_DEPENDENCIES
  13. Gem::Maestro
  14. Gem::TextureAtlas
  15. Gem::LmbrCentral
  16. Gem::LyShine
  17. Gem::HttpRequestor
  18. Gem::ScriptEvents
  19. Gem::ExpressionEvaluation
  20. Gem::Gestures
  21. Gem::CertificateManager
  22. Gem::DebugDraw
  23. Gem::GameLift
  24. Gem::AudioSystem
  25. Gem::InAppPurchases
  26. Gem::AutomatedTesting
  27. Gem::Metastream
  28. Gem::Camera
  29. Gem::EMotionFX
  30. Gem::PhysX
  31. Gem::CameraFramework
  32. Gem::StartingPointMovement
  33. Gem::StartingPointCamera
  34. Gem::ScriptCanvas
  35. Gem::ImGui
  36. Gem::LyShineExamples
  37. Gem::StartingPointInput
  38. Gem::ScriptCanvasPhysics
  39. Gem::PhysXDebug
  40. Gem::WhiteBox
  41. Gem::FastNoise
  42. Gem::SurfaceData
  43. Gem::GradientSignal
  44. Gem::Vegetation
  45. )