From df44f782f2539d37607546a9c13c35eb53bc9ba9 Mon Sep 17 00:00:00 2001 From: pappeste Date: Tue, 25 May 2021 18:11:48 -0700 Subject: [PATCH] More dependencies fixes --- .../Plugins/ComponentEntityEditorPlugin/CMakeLists.txt | 1 + Gems/AWSClientAuth/Code/CMakeLists.txt | 5 ++++- Gems/AtomLyIntegration/EMotionFXAtom/Code/CMakeLists.txt | 2 ++ Gems/LyShine/Code/CMakeLists.txt | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Code/Sandbox/Plugins/ComponentEntityEditorPlugin/CMakeLists.txt b/Code/Sandbox/Plugins/ComponentEntityEditorPlugin/CMakeLists.txt index 80da6e6b2c..5e640e3934 100644 --- a/Code/Sandbox/Plugins/ComponentEntityEditorPlugin/CMakeLists.txt +++ b/Code/Sandbox/Plugins/ComponentEntityEditorPlugin/CMakeLists.txt @@ -67,6 +67,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED) AZ::AzToolsFrameworkTestCommon Legacy::CryCommon Legacy::EditorLib + Gem::LmbrCentral.Editor RUNTIME_DEPENDENCIES Gem::LmbrCentral.Editor ) diff --git a/Gems/AWSClientAuth/Code/CMakeLists.txt b/Gems/AWSClientAuth/Code/CMakeLists.txt index a80fb6d532..ea6e765f2b 100644 --- a/Gems/AWSClientAuth/Code/CMakeLists.txt +++ b/Gems/AWSClientAuth/Code/CMakeLists.txt @@ -76,8 +76,11 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED) 3rdParty::AWSNativeSDK::AWSClientAuth AZ::AzCore AZ::AzFramework + AZ::AWSNativeSDKInit Gem::AWSClientAuth.Static - RUNTIUME_DEPENDENCIES + Gem::AWSCore + Gem::HttpRequestor + RUNTIME_DEPENDENCIES Gem::AWSCore AZ::AWSNativeSDKInit Gem::HttpRequestor diff --git a/Gems/AtomLyIntegration/EMotionFXAtom/Code/CMakeLists.txt b/Gems/AtomLyIntegration/EMotionFXAtom/Code/CMakeLists.txt index 6492f4f13a..9a9b389227 100644 --- a/Gems/AtomLyIntegration/EMotionFXAtom/Code/CMakeLists.txt +++ b/Gems/AtomLyIntegration/EMotionFXAtom/Code/CMakeLists.txt @@ -43,6 +43,8 @@ ly_add_target( PRIVATE AZ::AzCore Gem::EMotionFX_Atom.Static + RUNTIME_DEPENDENCIES + Gem::EMotionFX ) if(PAL_TRAIT_BUILD_HOST_TOOLS) diff --git a/Gems/LyShine/Code/CMakeLists.txt b/Gems/LyShine/Code/CMakeLists.txt index 4237434abd..a8419aa00a 100644 --- a/Gems/LyShine/Code/CMakeLists.txt +++ b/Gems/LyShine/Code/CMakeLists.txt @@ -177,6 +177,8 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED) Legacy::CryCommon AZ::AssetBuilderSDK Gem::LyShine.Editor.Static + Gem::LmbrCentral.Editor + Gem::TextureAtlas RUNTIME_DEPENDENCIES Gem::LmbrCentral.Editor Gem::TextureAtlas