enabled_gems.cmake 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. HttpRequestor
  43. Atom
  44. AWSCore
  45. AWSClientAuth
  46. AWSMetrics
  47. Presence
  48. LocalUser
  49. SaveData
  50. MultiplayerSample
  51. StartingPointInput
  52. EditorPythonBindings
  53. PrefabBuilder
  54. MaterialEditor
  55. UiBasics
  56. character_mps
  57. props_mps
  58. landscape_mps
  59. kb3d_mps
  60. level_art_mps
  61. particlefx_mps
  62. pbr_material_pack_mps
  63. PopcornFX
  64. DiffuseProbeGrid
  65. Terrain
  66. Profiler
  67. Stars
  68. AWSGameLift
  69. MPSGameLift
  70. )