diff options
| author | 2019-02-08 23:03:53 +0100 | |
|---|---|---|
| committer | 2019-03-29 18:22:07 +0100 | |
| commit | ca82589350970effc06d5aa494e6fee865c36c8a (patch) | |
| tree | 5dd6a5ea0e0d3c3045f2dd8a43f9b50776b2bdcb | |
| parent | externals: Add libzstd_static to externals CMakeLists.txt (diff) | |
| download | yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.tar.gz yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.tar.xz yuzu-ca82589350970effc06d5aa494e6fee865c36c8a.zip | |
common: Link libzstd_static
Diffstat (limited to '')
| -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() | |||
| 138 | create_target_directory_groups(common) | 138 | create_target_directory_groups(common) |
| 139 | 139 | ||
| 140 | target_link_libraries(common PUBLIC Boost::boost fmt microprofile) | 140 | target_link_libraries(common PUBLIC Boost::boost fmt microprofile) |
| 141 | target_link_libraries(common PRIVATE lz4_static) | 141 | target_link_libraries(common PRIVATE lz4_static libzstd_static) |