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.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index bdd885273..b0174b445 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -113,6 +113,8 @@ add_library(common STATIC
113 threadsafe_queue.h 113 threadsafe_queue.h
114 timer.cpp 114 timer.cpp
115 timer.h 115 timer.h
116 uint128.cpp
117 uint128.h
116 vector_math.h 118 vector_math.h
117 web_result.h 119 web_result.h
118) 120)