diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 4 |
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 | ) |
| 175 | endif() | 177 | endif() |
| 176 | 178 | ||
| 177 | create_target_directory_groups(common) | 179 | create_target_directory_groups(common) |
| 178 | 180 | ||
| 179 | target_link_libraries(common PUBLIC Boost::boost fmt::fmt microprofile) | 181 | target_link_libraries(common PUBLIC Boost::boost fmt::fmt microprofile) |
| 180 | target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd) | 182 | target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd xbyak) |