enabled_gems.cmake 952 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. AudioSystem
  19. Camera
  20. EMotionFX
  21. PhysX
  22. CameraFramework
  23. ScriptCanvas
  24. ScriptCanvasPhysics
  25. ScriptCanvasTesting
  26. PhysXDebug
  27. WhiteBox
  28. FastNoise
  29. SurfaceData
  30. GradientSignal
  31. Vegetation
  32. GraphModel
  33. LandscapeCanvas
  34. NvCloth
  35. Blast
  36. Maestro
  37. TextureAtlas
  38. LmbrCentral
  39. LyShine
  40. HttpRequestor
  41. Atom_AtomBridge
  42. AWSCore
  43. AWSClientAuth
  44. AWSMetrics
  45. Presence
  46. LocalUser
  47. SaveData
  48. MultiplayerSample
  49. StartingPointInput
  50. EditorPythonBindings
  51. PrefabBuilder
  52. )