summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 90805babe..13ed68b3f 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -38,6 +38,7 @@ add_library(common STATIC
38 common_precompiled_headers.h 38 common_precompiled_headers.h
39 common_types.h 39 common_types.h
40 concepts.h 40 concepts.h
41 container_hash.h
41 demangle.cpp 42 demangle.cpp
42 demangle.h 43 demangle.h
43 div_ceil.h 44 div_ceil.h
@@ -159,6 +160,8 @@ if(ARCHITECTURE_x86_64)
159 PRIVATE 160 PRIVATE
160 x64/cpu_detect.cpp 161 x64/cpu_detect.cpp
161 x64/cpu_detect.h 162 x64/cpu_detect.h
163 x64/cpu_wait.cpp
164 x64/cpu_wait.h
162 x64/native_clock.cpp 165 x64/native_clock.cpp
163 x64/native_clock.h 166 x64/native_clock.h
164 x64/xbyak_abi.h 167 x64/xbyak_abi.h