summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar unknown2019-02-08 23:03:53 +0100
committerGravatar FreddyFunk2019-03-29 18:22:07 +0100
commitca82589350970effc06d5aa494e6fee865c36c8a (patch)
tree5dd6a5ea0e0d3c3045f2dd8a43f9b50776b2bdcb
parentexternals: Add libzstd_static to externals CMakeLists.txt (diff)
downloadyuzu-ca82589350970effc06d5aa494e6fee865c36c8a.tar.gz
yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.tar.xz
yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.zip
common: Link libzstd_static
Diffstat (limited to '')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 5639021d3..b1c3b9b52 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -138,4 +138,4 @@ endif()
138create_target_directory_groups(common) 138create_target_directory_groups(common)
139 139
140target_link_libraries(common PUBLIC Boost::boost fmt microprofile) 140target_link_libraries(common PUBLIC Boost::boost fmt microprofile)
141target_link_libraries(common PRIVATE lz4_static) 141target_link_libraries(common PRIVATE lz4_static libzstd_static)