summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2021-07-23 08:43:50 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2021-07-23 15:47:52 +0200
commiteb61824ea5d5e34475c846ca040a0e33d794a2d2 (patch)
tree63bbf31e553ed67505e3110fb7c36afcb4650a7b
parentMerge pull request #6686 from ReinUsesLisp/vk-optimal-copy (diff)
downloadyuzu-eb61824ea5d5e34475c846ca040a0e33d794a2d2.tar
yuzu-eb61824ea5d5e34475c846ca040a0e33d794a2d2.tar.gz
yuzu-eb61824ea5d5e34475c846ca040a0e33d794a2d2.tar.bz2
yuzu-eb61824ea5d5e34475c846ca040a0e33d794a2d2.tar.lz
yuzu-eb61824ea5d5e34475c846ca040a0e33d794a2d2.tar.xz
yuzu-eb61824ea5d5e34475c846ca040a0e33d794a2d2.tar.zst
yuzu-eb61824ea5d5e34475c846ca040a0e33d794a2d2.zip
-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()
create_target_directory_groups(common)
-target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile)
+target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile Threads::Threads)
target_link_libraries(common PRIVATE lz4::lz4 xbyak)
if (MSVC)
target_link_libraries(common PRIVATE zstd::zstd)