enabled_gems.cmake 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. #
  4. # SPDX-License-Identifier: Apache-2.0 OR MIT
  5. #
  6. #
  7. set(ENABLED_GEMS
  8. GameState
  9. ImGui
  10. ScriptEvents
  11. ExpressionEvaluation
  12. Gestures
  13. CertificateManager
  14. DebugDraw
  15. SceneProcessing
  16. GraphCanvas
  17. Multiplayer
  18. Multiplayer_ScriptCanvas
  19. AudioSystem
  20. AudioEngineWwise
  21. Camera
  22. EMotionFX
  23. PhysX
  24. CameraFramework
  25. ScriptCanvas
  26. ScriptCanvasPhysics
  27. ScriptCanvasTesting
  28. PhysXDebug
  29. WhiteBox
  30. FastNoise
  31. SurfaceData
  32. GradientSignal
  33. Vegetation
  34. GraphModel
  35. LandscapeCanvas
  36. NvCloth
  37. Maestro
  38. TextureAtlas
  39. LmbrCentral
  40. LyShine
  41. LyShineExamples
  42. Atom
  43. Presence
  44. LocalUser
  45. SaveData
  46. MultiplayerSample
  47. StartingPointInput
  48. EditorPythonBindings
  49. PrefabBuilder
  50. MaterialEditor
  51. UiBasics
  52. character_mps
  53. props_mps
  54. landscape_mps
  55. kb3d_mps
  56. level_art_mps
  57. particlefx_mps
  58. pbr_material_pack_mps
  59. PopcornFX
  60. DiffuseProbeGrid
  61. Terrain
  62. Profiler
  63. Stars
  64. )