More dependencies fixes

main
pappeste 5 years ago
parent 59254cc9e7
commit df44f782f2

@ -67,6 +67,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
AZ::AzToolsFrameworkTestCommon AZ::AzToolsFrameworkTestCommon
Legacy::CryCommon Legacy::CryCommon
Legacy::EditorLib Legacy::EditorLib
Gem::LmbrCentral.Editor
RUNTIME_DEPENDENCIES RUNTIME_DEPENDENCIES
Gem::LmbrCentral.Editor Gem::LmbrCentral.Editor
) )

@ -76,8 +76,11 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
3rdParty::AWSNativeSDK::AWSClientAuth 3rdParty::AWSNativeSDK::AWSClientAuth
AZ::AzCore AZ::AzCore
AZ::AzFramework AZ::AzFramework
AZ::AWSNativeSDKInit
Gem::AWSClientAuth.Static Gem::AWSClientAuth.Static
RUNTIUME_DEPENDENCIES Gem::AWSCore
Gem::HttpRequestor
RUNTIME_DEPENDENCIES
Gem::AWSCore Gem::AWSCore
AZ::AWSNativeSDKInit AZ::AWSNativeSDKInit
Gem::HttpRequestor Gem::HttpRequestor

@ -43,6 +43,8 @@ ly_add_target(
PRIVATE PRIVATE
AZ::AzCore AZ::AzCore
Gem::EMotionFX_Atom.Static Gem::EMotionFX_Atom.Static
RUNTIME_DEPENDENCIES
Gem::EMotionFX
) )
if(PAL_TRAIT_BUILD_HOST_TOOLS) if(PAL_TRAIT_BUILD_HOST_TOOLS)

@ -177,6 +177,8 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
Legacy::CryCommon Legacy::CryCommon
AZ::AssetBuilderSDK AZ::AssetBuilderSDK
Gem::LyShine.Editor.Static Gem::LyShine.Editor.Static
Gem::LmbrCentral.Editor
Gem::TextureAtlas
RUNTIME_DEPENDENCIES RUNTIME_DEPENDENCIES
Gem::LmbrCentral.Editor Gem::LmbrCentral.Editor
Gem::TextureAtlas Gem::TextureAtlas

Loading…
Cancel
Save