enabled_gems.cmake 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. ImGui
  10. ScriptEvents
  11. ExpressionEvaluation
  12. Gestures
  13. CertificateManager
  14. DebugDraw
  15. SceneProcessing
  16. GraphCanvas
  17. InAppPurchases
  18. AutomatedTesting
  19. EditorPythonBindings
  20. QtForPython
  21. PythonAssetBuilder
  22. Metastream
  23. Camera
  24. EMotionFX
  25. AtomTressFX
  26. PhysX
  27. CameraFramework
  28. StartingPointMovement
  29. StartingPointCamera
  30. ScriptCanvas
  31. ScriptCanvasPhysics
  32. ScriptCanvasTesting
  33. LyShineExamples
  34. StartingPointInput
  35. PhysXDebug
  36. WhiteBox
  37. FastNoise
  38. SurfaceData
  39. GradientSignal
  40. Vegetation
  41. GraphModel
  42. LandscapeCanvas
  43. NvCloth
  44. Blast
  45. Maestro
  46. TextureAtlas
  47. LmbrCentral
  48. LyShine
  49. HttpRequestor
  50. Atom
  51. AWSCore
  52. AWSClientAuth
  53. AWSMetrics
  54. PrefabBuilder
  55. AudioSystem
  56. Terrain
  57. Profiler
  58. Multiplayer
  59. DevTextures
  60. PrimitiveAssets
  61. Stars
  62. )