summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar David Marcec2020-05-30 10:55:27 +1000
committerGravatar David Marcec2020-05-30 10:55:27 +1000
commitd0bdd26c26b72004144e656c9abc6232b80f3f60 (patch)
tree8349fdcf0167f5ee4534aa3a679fc872d4d604f1 /src/common/CMakeLists.txt
parentMerge pull request #4007 from ReinUsesLisp/reduce-logs (diff)
downloadyuzu-d0bdd26c26b72004144e656c9abc6232b80f3f60.tar.gz
yuzu-d0bdd26c26b72004144e656c9abc6232b80f3f60.tar.xz
yuzu-d0bdd26c26b72004144e656c9abc6232b80f3f60.zip
Add xbyak external
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 264dff546..24b7a083c 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -171,10 +171,12 @@ if(ARCHITECTURE_x86_64)
171 PRIVATE 171 PRIVATE
172 x64/cpu_detect.cpp 172 x64/cpu_detect.cpp
173 x64/cpu_detect.h 173 x64/cpu_detect.h
174 x64/xbyak_abi.h
175 x64/xbyak_util.h
174 ) 176 )
175endif() 177endif()
176 178
177create_target_directory_groups(common) 179create_target_directory_groups(common)
178 180
179target_link_libraries(common PUBLIC Boost::boost fmt::fmt microprofile) 181target_link_libraries(common PUBLIC Boost::boost fmt::fmt microprofile)
180target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd) 182target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd xbyak)