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.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index abe62543e..f77575a00 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -107,7 +107,6 @@ add_library(common STATIC
107 bit_util.h 107 bit_util.h
108 cityhash.cpp 108 cityhash.cpp
109 cityhash.h 109 cityhash.h
110 color.h
111 common_funcs.h 110 common_funcs.h
112 common_paths.h 111 common_paths.h
113 common_types.h 112 common_types.h
@@ -122,6 +121,7 @@ add_library(common STATIC
122 hash.h 121 hash.h
123 hex_util.cpp 122 hex_util.cpp
124 hex_util.h 123 hex_util.h
124 intrusive_red_black_tree.h
125 logging/backend.cpp 125 logging/backend.cpp
126 logging/backend.h 126 logging/backend.h
127 logging/filter.cpp 127 logging/filter.cpp
@@ -142,6 +142,7 @@ add_library(common STATIC
142 page_table.h 142 page_table.h
143 param_package.cpp 143 param_package.cpp
144 param_package.h 144 param_package.h
145 parent_of_member.h
145 quaternion.h 146 quaternion.h
146 ring_buffer.h 147 ring_buffer.h
147 scm_rev.cpp 148 scm_rev.cpp
@@ -164,8 +165,7 @@ add_library(common STATIC
164 threadsafe_queue.h 165 threadsafe_queue.h
165 time_zone.cpp 166 time_zone.cpp
166 time_zone.h 167 time_zone.h
167 timer.cpp 168 tree.h
168 timer.h
169 uint128.cpp 169 uint128.cpp
170 uint128.h 170 uint128.h
171 uuid.cpp 171 uuid.cpp