tool_dependencies.cmake 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 Editor.xml
  12. set(GEM_DEPENDENCIES
  13. Gem::EMotionFX.Editor
  14. Gem::GraphModel.Editor
  15. Gem::LandscapeCanvas.Editor
  16. Gem::GameState
  17. Gem::ScriptCanvasPhysics
  18. Gem::ScriptEvents.Editor
  19. Gem::ScriptCanvasTesting.Editor
  20. Gem::Maestro.Editor
  21. Gem::ExpressionEvaluation
  22. Gem::PhysX.Editor
  23. Gem::PhysXDebug.Editor
  24. Gem::TextureAtlas
  25. Gem::SurfaceData.Editor
  26. Gem::DebugDraw.Editor
  27. Gem::AudioSystem.Editor
  28. Gem::SceneProcessing.Editor
  29. Gem::ScriptCanvas.Editor
  30. Gem::GraphCanvas.Editor
  31. Gem::GradientSignal.Editor
  32. Gem::Presence
  33. Gem::LocalUser
  34. Gem::ImGui.Editor
  35. Gem::EditorPythonBindings.Editor
  36. Gem::FastNoise.Editor
  37. Gem::LyShine.Editor
  38. Gem::SaveData
  39. Gem::Vegetation.Editor
  40. Gem::Camera.Editor
  41. Gem::CameraFramework
  42. Gem::LmbrCentral.Editor
  43. Gem::Atom_RHI.Private
  44. Gem::Atom_RPI.Builders
  45. Gem::Atom_RPI.Editor
  46. Gem::Atom_Feature_Common.Builders
  47. Gem::Atom_Feature_Common.Editor
  48. Gem::Atom_Bootstrap
  49. Gem::Atom_Asset_Shader.Builders
  50. Gem::Atom_Component_DebugCamera
  51. Gem::AtomImGuiTools
  52. Gem::AtomLyIntegration_CommonFeatures.Editor
  53. Gem::EMotionFX_Atom.Editor
  54. Gem::ImageProcessingAtom.Editor
  55. Gem::Atom_AtomBridge.Editor
  56. Gem::ImguiAtom
  57. Gem::AtomFont
  58. Gem::AtomToolsFramework.Editor
  59. Gem::GradientSignal.Editor
  60. Gem::Multiplayer.Editor
  61. Gem::PrefabBuilder
  62. Gem::Multiplayer.Tools
  63. Gem::MultiplayerSample
  64. )