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

This commit is contained in:
amzn-sj
2021-04-20 12:16:40 -07:00
parent 146633050b
commit f53c1e8084
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -33,12 +33,12 @@ ly_add_target(
BUILD_DEPENDENCIES
PRIVATE
AZ::AzCore
PUBLIC
AZ::GridMate
3rdParty::md5
3rdParty::zlib
3rdParty::zstd
3rdParty::lz4
PUBLIC
AZ::GridMate
)
if(LY_ENABLE_STATISTICAL_PROFILING)