enabled_gems.cmake 518 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. Maestro
  10. TextureAtlas
  11. LmbrCentral
  12. LyShine
  13. Camera
  14. EMotionFX
  15. Atom
  16. AtomSampleViewer
  17. SceneProcessing
  18. EditorPythonBindings
  19. ImGui
  20. Profiler
  21. Sponza
  22. MaterialEditor
  23. UiBasics
  24. StreamerProfiler
  25. DiffuseProbeGrid
  26. XR
  27. OpenXRVk
  28. )