3rd Party static libraries need to be public dependencies to work from installed engine.

Merge pull request #168 from aws-lumberyard-dev/LYN-2588
This commit is contained in:
SJ
2021-04-20 14:11:08 -07:00
committed by GitHub
3 changed files with 7 additions and 7 deletions
+3 -4
View File
@@ -40,14 +40,13 @@ ly_add_target(
${common_dir}
${AZ_CORE_RADTELEMETRY_INCLUDE_DIRECTORIES}
BUILD_DEPENDENCIES
PRIVATE
3rdParty::zlib
3rdParty::zstd
3rdParty::cityhash
PUBLIC
3rdParty::Lua
3rdParty::RapidJSON
3rdParty::RapidXML
3rdParty::zlib
3rdParty::zstd
3rdParty::cityhash
${AZ_CORE_RADTELEMETRY_BUILD_DEPENDENCIES}
)
ly_add_source_properties(