1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #
- # 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.
- #
- # Extracted from Editor.xml
- set(GEM_DEPENDENCIES
- Gem::EMotionFX.Editor
- Gem::GraphModel.Editor
- Gem::LandscapeCanvas.Editor
- Gem::GameState
- Gem::ScriptCanvasPhysics
- Gem::ScriptEvents.Editor
- Gem::ScriptCanvasTesting.Editor
- Gem::Maestro.Editor
- Gem::ExpressionEvaluation
- Gem::PhysX.Editor
- Gem::PhysXDebug.Editor
- Gem::TextureAtlas
- Gem::SurfaceData.Editor
- Gem::DebugDraw.Editor
- Gem::AudioSystem.Editor
- Gem::SceneProcessing.Editor
- Gem::ScriptCanvas.Editor
- Gem::GraphCanvas.Editor
- Gem::GradientSignal.Editor
- Gem::Presence
- Gem::LocalUser
- Gem::ImGui.Editor
- Gem::EditorPythonBindings.Editor
- Gem::FastNoise.Editor
- Gem::LyShine.Editor
- Gem::SaveData
- Gem::Vegetation.Editor
- Gem::Camera.Editor
- Gem::CameraFramework
- Gem::LmbrCentral.Editor
- Gem::Atom_RHI.Private
- Gem::Atom_RPI.Builders
- Gem::Atom_RPI.Editor
- Gem::Atom_Feature_Common.Builders
- Gem::Atom_Feature_Common.Editor
- Gem::Atom_Bootstrap
- Gem::Atom_Asset_Shader.Builders
- Gem::Atom_Component_DebugCamera
- Gem::AtomImGuiTools
- Gem::AtomLyIntegration_CommonFeatures.Editor
- Gem::EMotionFX_Atom.Editor
- Gem::ImageProcessingAtom.Editor
- Gem::Atom_AtomBridge.Editor
- Gem::ImguiAtom
- Gem::AtomFont
- Gem::AtomToolsFramework.Editor
- Gem::GradientSignal.Editor
- Gem::Multiplayer.Editor
- Gem::PrefabBuilder
- Gem::Multiplayer.Tools
- Gem::MultiplayerSample
- )
|