enabled_gems.cmake 953 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. Maestro
  36. TextureAtlas
  37. LmbrCentral
  38. LyShine
  39. HttpRequestor
  40. Atom
  41. AWSCore
  42. AWSClientAuth
  43. AWSMetrics
  44. Presence
  45. LocalUser
  46. SaveData
  47. ${Name}
  48. StartingPointInput
  49. EditorPythonBindings
  50. PrefabBuilder
  51. MaterialEditor
  52. UiBasics
  53. )