enabled_gems.cmake 467 B

12345678910111213141516171819202122232425
  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. Maestro
  10. TextureAtlas
  11. LmbrCentral
  12. LyShine
  13. Camera
  14. EMotionFX
  15. Atom_AtomBridge
  16. AtomSampleViewer
  17. SceneProcessing
  18. EditorPythonBindings
  19. ImGui
  20. Profiler
  21. Sponza
  22. MaterialEditor
  23. UiBasics
  24. )