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
+4 -1
View File
@@ -22,10 +22,10 @@ ly_add_target(
BUILD_DEPENDENCIES
PRIVATE
Legacy::CryCommon
Gem::LmbrCentral
PUBLIC
Gem::Atom_RPI.Public
Gem::Atom_Feature_Common.Static
Gem::LmbrCentral.Static
)
ly_add_target(
@@ -42,6 +42,7 @@ ly_add_target(
PRIVATE
Legacy::CryCommon
Gem::SurfaceData.Static
Gem::LmbrCentral
RUNTIME_DEPENDENCIES
Gem::LmbrCentral
)
@@ -71,6 +72,7 @@ if (PAL_TRAIT_BUILD_HOST_TOOLS)
Legacy::CryCommon
AZ::AzToolsFramework
Gem::SurfaceData.Static
Gem::LmbrCentral.Editor
RUNTIME_DEPENDENCIES
Gem::LmbrCentral.Editor
)
@@ -100,6 +102,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
AZ::AzTest
Legacy::CryCommon
Gem::SurfaceData.Static
Gem::LmbrCentral
)
ly_add_googletest(
NAME Gem::SurfaceData.Tests