tool_dependencies.cmake 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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::Maestro.Editor
  14. Gem::TextureAtlas
  15. Gem::LmbrCentral.Editor
  16. Gem::LyShine.Editor
  17. Gem::HttpRequestor
  18. Gem::ScriptEvents.Editor
  19. Gem::ExpressionEvaluation
  20. Gem::Gestures
  21. Gem::CertificateManager
  22. Gem::DebugDraw.Editor
  23. Gem::GameLift
  24. Gem::SceneProcessing.Editor
  25. Gem::GraphCanvas.Editor
  26. Gem::InAppPurchases
  27. Gem::AutomatedTesting
  28. Gem::EditorPythonBindings.Editor
  29. Gem::PythonAssetBuilder.Editor
  30. Gem::Metastream
  31. Gem::AudioSystem.Editor
  32. Gem::ImageProcessing.Editor
  33. Gem::Camera.Editor
  34. Gem::EMotionFX.Editor
  35. Gem::PhysX.Editor
  36. Gem::CameraFramework
  37. Gem::StartingPointMovement
  38. Gem::StartingPointCamera
  39. Gem::ScriptCanvas.Editor
  40. Gem::ScriptEvents.Editor
  41. Gem::ImGui.Editor
  42. Gem::LyShineExamples
  43. Gem::StartingPointInput.Editor
  44. Gem::ScriptCanvasPhysics
  45. Gem::ScriptCanvasTesting.Editor
  46. Gem::PhysXDebug.Editor
  47. Gem::WhiteBox.Editor
  48. Gem::FastNoise.Editor
  49. Gem::SurfaceData.Editor
  50. Gem::GradientSignal.Editor
  51. Gem::Vegetation.Editor
  52. Gem::GraphModel.Editor
  53. Gem::LandscapeCanvas.Editor
  54. )