diff options
author | unknown <FreddyFunk@users.noreply.github.com> | 2019-02-08 23:03:53 +0100 |
---|---|---|
committer | FreddyFunk <FreddyFunk@users.noreply.github.com> | 2019-03-29 18:22:07 +0100 |
commit | ca82589350970effc06d5aa494e6fee865c36c8a (patch) | |
tree | 5dd6a5ea0e0d3c3045f2dd8a43f9b50776b2bdcb /src/common | |
parent | externals: Add libzstd_static to externals CMakeLists.txt (diff) | |
download | yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.tar yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.tar.gz yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.tar.bz2 yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.tar.lz yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.tar.xz yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.tar.zst yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
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() create_target_directory_groups(common) target_link_libraries(common PUBLIC Boost::boost fmt microprofile) -target_link_libraries(common PRIVATE lz4_static) +target_link_libraries(common PRIVATE lz4_static libzstd_static) |