enabled_gems.cmake 685 B

123456789101112131415161718192021222324252627282930313233343536
  1. # {BEGIN_LICENSE}
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. # {END_LICENSE}
  8. set(ENABLED_GEMS
  9. ${Name}
  10. Atom
  11. AudioSystem
  12. AWSCore
  13. CameraFramework
  14. DebugDraw
  15. EditorPythonBindings
  16. EMotionFX
  17. GameState
  18. ImGui
  19. LandscapeCanvas
  20. LyShine
  21. PhysX
  22. PrimitiveAssets
  23. PrefabBuilder
  24. SaveData
  25. ScriptCanvasPhysics
  26. ScriptEvents
  27. StartingPointInput
  28. TextureAtlas
  29. WhiteBox
  30. DiffuseProbeGrid
  31. Compression
  32. WarehouseSample
  33. RosRobotSample
  34. ROS2
  35. )