summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2021-07-25 10:43:11 -0700
committerGravatar GitHub2021-07-25 10:43:11 -0700
commitc2aaf5137003868b2375b96ee84e2cb42d5f355e (patch)
tree1e5160615b48e7a2a0d1da461b6cc1dbbe718bb3
parentMerge pull request #6706 from FernandoS27/skyline-love-letter (diff)
parentcommon: Publically link to pthreads (diff)
downloadyuzu-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.txt2
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
232create_target_directory_groups(common) 232create_target_directory_groups(common)
233 233
234target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile) 234target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile Threads::Threads)
235target_link_libraries(common PRIVATE lz4::lz4 xbyak) 235target_link_libraries(common PRIVATE lz4::lz4 xbyak)
236if (MSVC) 236if (MSVC)
237 target_link_libraries(common PRIVATE zstd::zstd) 237 target_link_libraries(common PRIVATE zstd::zstd)