Files
o3de/Templates/DefaultProject/Template/Code/enabled_gems.cmake
T
Jonathan Capes 27d5f662f9 Update default project to include PrefabBuilder (#5619)
Signed-off-by: Jonathan Capes <j.capes@gmail.com>
2021-12-07 09:15:45 +00:00

33 lines
612 B
CMake

# {BEGIN_LICENSE}
# 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
#
# {END_LICENSE}
set(ENABLED_GEMS
${Name}
Atom
AudioSystem
AWSCore
CameraFramework
DebugDraw
EditorPythonBindings
EMotionFX
GameState
ImGui
LandscapeCanvas
LyShine
Multiplayer
PhysX
PrimitiveAssets
PrefabBuilder
SaveData
ScriptCanvasPhysics
ScriptEvents
StartingPointInput
TextureAtlas
WhiteBox
)