diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 943ff996e..5c8003eb1 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -162,6 +162,8 @@ add_library(common STATIC | |||
| 162 | thread.cpp | 162 | thread.cpp |
| 163 | thread.h | 163 | thread.h |
| 164 | thread_queue_list.h | 164 | thread_queue_list.h |
| 165 | thread_worker.cpp | ||
| 166 | thread_worker.h | ||
| 165 | threadsafe_queue.h | 167 | threadsafe_queue.h |
| 166 | time_zone.cpp | 168 | time_zone.cpp |
| 167 | time_zone.h | 169 | time_zone.h |