Pass on fixing LmbrCentral.Static dependencies

This commit is contained in:
pappeste
2021-05-27 10:30:11 -07:00
parent f1b688f435
commit 0dd8fce2b0
12 changed files with 39 additions and 19 deletions
+5 -2
View File
@@ -46,7 +46,8 @@ ly_add_target(
AZ::AzCore
AZ::AzFramework
Legacy::CryCommon
Gem::LmbrCentral.Static
PRIVATE
Gem::LmbrCentral
)
ly_add_target(
@@ -66,6 +67,7 @@ ly_add_target(
BUILD_DEPENDENCIES
PRIVATE
Gem::PhysX.Static
Gem::LmbrCentral
RUNTIME_DEPENDENCIES
Gem::LmbrCentral
)
@@ -111,7 +113,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
AZ::SceneCore
AZ::SceneData
Legacy::CryCommon
Gem::LmbrCentral.Editor.Static
Gem::LmbrCentral.Editor
Gem::PhysX.NumericalMethods
Gem::PhysX.Static
Gem::AtomLyIntegration_CommonFeatures.Static
@@ -165,6 +167,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
AZ::AzTestShared
AZ::AzTest
Gem::PhysX.Static
Gem::LmbrCentral
RUNTIME_DEPENDENCIES
Gem::LmbrCentral
)