Proper dependencies to LmbrCentral/LmbrCentral.Editor, mixing those two can cause Editor modules to load non-Editor modules

This commit is contained in:
pappeste
2021-05-24 18:57:48 -07:00
parent bff7d39f68
commit db0db5c1c0
14 changed files with 22 additions and 25 deletions
+3 -1
View File
@@ -22,7 +22,7 @@ ly_add_target(
BUILD_DEPENDENCIES
PUBLIC
Legacy::CryCommon
Gem::LmbrCentral
Gem::LmbrCentral.Static
Gem::LyShine.Static
)
@@ -39,4 +39,6 @@ ly_add_target(
BUILD_DEPENDENCIES
PRIVATE
Gem::LyShineExamples.Static
RUNTIME_DEPENDENCIES
Gem::LmbrCentral
)