runtime_dependencies.cmake 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. set(GEM_DEPENDENCIES
  12. Gem::EMotionFX
  13. Gem::GameState
  14. Gem::ScriptCanvasPhysics
  15. Gem::ScriptEvents
  16. Gem::Maestro
  17. Gem::ExpressionEvaluation
  18. Gem::PhysX
  19. Gem::PhysXDebug
  20. Gem::TextureAtlas
  21. Gem::SurfaceData
  22. Gem::DebugDraw
  23. Gem::AudioSystem
  24. Gem::ScriptCanvas
  25. Gem::GraphCanvas
  26. Gem::GradientSignal
  27. Gem::Presence
  28. Gem::LocalUser
  29. Gem::ImGui
  30. Gem::FastNoise
  31. Gem::SaveData
  32. Gem::Vegetation
  33. Gem::LmbrCentral
  34. Gem::LyShine
  35. Gem::Camera
  36. Gem::CameraFramework
  37. Gem::LmbrCentral
  38. Gem::Atom_RHI.Private
  39. Gem::Atom_RPI.Private
  40. Gem::Atom_Feature_Common
  41. Gem::Atom_Bootstrap
  42. Gem::Atom_Component_DebugCamera
  43. Gem::AtomImGuiTools
  44. Gem::AtomLyIntegration_CommonFeatures
  45. Gem::EMotionFX_Atom
  46. Gem::ImguiAtom
  47. Gem::Atom_AtomBridge
  48. Gem::AtomFont
  49. Gem::Atom_RHI_Null.Private
  50. Gem::MultiplayerSample
  51. Gem::Multiplayer
  52. )