1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #
- # All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
- # its licensors.
- #
- # For complete copyright and license terms please see the LICENSE at the root of this
- # distribution (the "License"). All use of this software is governed by the License,
- # or, if provided, by the license below or the license accompanying this file. Do not
- # remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- #
- set(GEM_DEPENDENCIES
- Gem::EMotionFX
- Gem::GameState
- Gem::ScriptCanvasPhysics
- Gem::ScriptEvents
- Gem::Maestro
- Gem::ExpressionEvaluation
- Gem::PhysX
- Gem::PhysXDebug
- Gem::TextureAtlas
- Gem::SurfaceData
- Gem::DebugDraw
- Gem::AudioSystem
- Gem::ScriptCanvas
- Gem::GraphCanvas
- Gem::GradientSignal
- Gem::Presence
- Gem::LocalUser
- Gem::ImGui
- Gem::FastNoise
- Gem::SaveData
- Gem::Vegetation
- Gem::LmbrCentral
- Gem::LyShine
- Gem::Camera
- Gem::CameraFramework
- Gem::LmbrCentral
- Gem::Atom_RHI.Private
- Gem::Atom_RPI.Private
- Gem::Atom_Feature_Common
- Gem::Atom_Bootstrap
- Gem::Atom_Component_DebugCamera
- Gem::AtomImGuiTools
- Gem::AtomLyIntegration_CommonFeatures
- Gem::EMotionFX_Atom
- Gem::ImguiAtom
- Gem::Atom_AtomBridge
- Gem::AtomFont
- Gem::Atom_RHI_Null.Private
- Gem::MultiplayerSample
- Gem::Multiplayer
- )
|