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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 943ff996e..2c2bd2ee8 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -135,8 +135,6 @@ add_library(common STATIC
135 math_util.h 135 math_util.h
136 memory_detect.cpp 136 memory_detect.cpp
137 memory_detect.h 137 memory_detect.h
138 memory_hook.cpp
139 memory_hook.h
140 microprofile.cpp 138 microprofile.cpp
141 microprofile.h 139 microprofile.h
142 microprofileui.h 140 microprofileui.h
@@ -162,6 +160,8 @@ add_library(common STATIC
162 thread.cpp 160 thread.cpp
163 thread.h 161 thread.h
164 thread_queue_list.h 162 thread_queue_list.h
163 thread_worker.cpp
164 thread_worker.h
165 threadsafe_queue.h 165 threadsafe_queue.h
166 time_zone.cpp 166 time_zone.cpp
167 time_zone.h 167 time_zone.h