c35f74e9ce
* Safety commit before merging Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Moved from Physics to Terrain Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Changes from PR + AR fix Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Fixed another AR bug Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Fixed another AR compilation bug Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * More PR changes Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Added virtual destructor Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Added TestSuite_main_Optimized.py Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Changes from PR Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Further fixes for PR Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Fix to editor_test.py Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Testing prefab level Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Testing slice level Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Testing prefab level Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Disabled orefab loading for the time being. Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com>
60 lines
1.0 KiB
CMake
60 lines
1.0 KiB
CMake
#
|
|
# 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.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(ENABLED_GEMS
|
|
ImGui
|
|
ScriptEvents
|
|
ExpressionEvaluation
|
|
Gestures
|
|
CertificateManager
|
|
DebugDraw
|
|
SceneProcessing
|
|
GraphCanvas
|
|
InAppPurchases
|
|
AutomatedTesting
|
|
EditorPythonBindings
|
|
QtForPython
|
|
PythonAssetBuilder
|
|
Metastream
|
|
Camera
|
|
EMotionFX
|
|
AtomTressFX
|
|
PhysX
|
|
CameraFramework
|
|
StartingPointMovement
|
|
StartingPointCamera
|
|
ScriptCanvas
|
|
ScriptCanvasPhysics
|
|
ScriptCanvasTesting
|
|
LyShineExamples
|
|
StartingPointInput
|
|
PhysXDebug
|
|
WhiteBox
|
|
FastNoise
|
|
SurfaceData
|
|
GradientSignal
|
|
Vegetation
|
|
GraphModel
|
|
LandscapeCanvas
|
|
NvCloth
|
|
Blast
|
|
Maestro
|
|
TextureAtlas
|
|
LmbrCentral
|
|
LyShine
|
|
HttpRequestor
|
|
Atom
|
|
AWSCore
|
|
AWSClientAuth
|
|
AWSMetrics
|
|
PrefabBuilder
|
|
AudioSystem
|
|
Terrain
|
|
Profiler
|
|
)
|