enabled_gems.cmake 530 B

1234567891011121314151617181920212223242526272829
  1. #
  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. #
  8. set(ENABLED_GEMS
  9. RobotVacuumSample
  10. Atom
  11. CameraFramework
  12. DebugDraw
  13. GameState
  14. ImGui
  15. LandscapeCanvas
  16. LyShine
  17. PhysX
  18. PrimitiveAssets
  19. PrefabBuilder
  20. SaveData
  21. ScriptCanvasPhysics
  22. ScriptEvents
  23. StartingPointInput
  24. TextureAtlas
  25. WhiteBox
  26. ROS2
  27. ArchVis
  28. )