diff options
| author | 2021-07-25 10:43:11 -0700 | |
|---|---|---|
| committer | 2021-07-25 10:43:11 -0700 | |
| commit | c2aaf5137003868b2375b96ee84e2cb42d5f355e (patch) | |
| tree | 1e5160615b48e7a2a0d1da461b6cc1dbbe718bb3 | |
| parent | Merge pull request #6706 from FernandoS27/skyline-love-letter (diff) | |
| parent | common: Publically link to pthreads (diff) | |
| download | yuzu-c2aaf5137003868b2375b96ee84e2cb42d5f355e.tar.gz yuzu-c2aaf5137003868b2375b96ee84e2cb42d5f355e.tar.xz yuzu-c2aaf5137003868b2375b96ee84e2cb42d5f355e.zip | |
Merge pull request #6699 from lat9nq/common-threads
common: Publically link to pthreads
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 e03fffd8d..7f22ea97a 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -231,7 +231,7 @@ endif() | |||
| 231 | 231 | ||
| 232 | create_target_directory_groups(common) | 232 | create_target_directory_groups(common) |
| 233 | 233 | ||
| 234 | target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile) | 234 | target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile Threads::Threads) |
| 235 | target_link_libraries(common PRIVATE lz4::lz4 xbyak) | 235 | target_link_libraries(common PRIVATE lz4::lz4 xbyak) |
| 236 | if (MSVC) | 236 | if (MSVC) |
| 237 | target_link_libraries(common PRIVATE zstd::zstd) | 237 | target_link_libraries(common PRIVATE zstd::zstd) |