diff options
| author | 2020-09-28 20:28:47 -0400 | |
|---|---|---|
| committer | 2020-09-28 20:28:47 -0400 | |
| commit | 9d665cb8dbc560e5f5492d34aeab4bf41b9353d3 (patch) | |
| tree | 225c5f9e70c6906974e407eb599c8b1f323f77c4 /src | |
| parent | Merge pull request #4719 from lioncash/audio-warn (diff) | |
| download | yuzu-9d665cb8dbc560e5f5492d34aeab4bf41b9353d3.tar.gz yuzu-9d665cb8dbc560e5f5492d34aeab4bf41b9353d3.tar.xz yuzu-9d665cb8dbc560e5f5492d34aeab4bf41b9353d3.zip | |
CMakeLists: fix for finding zstd on linux-mingw
Diffstat (limited to 'src')
| -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 5d54516eb..ea0191c4b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -192,4 +192,4 @@ create_target_directory_groups(common) | |||
| 192 | find_package(Boost 1.71 COMPONENTS context headers REQUIRED) | 192 | find_package(Boost 1.71 COMPONENTS context headers REQUIRED) |
| 193 | 193 | ||
| 194 | target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile) | 194 | target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile) |
| 195 | target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd xbyak) | 195 | target_link_libraries(common PRIVATE lz4::lz4 zstd xbyak) |