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 3d30f0e3e..c538c6415 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -114,6 +114,8 @@ add_library(common STATIC | |||
| 114 | threadsafe_queue.h | 114 | threadsafe_queue.h |
| 115 | timer.cpp | 115 | timer.cpp |
| 116 | timer.h | 116 | timer.h |
| 117 | uint128.cpp | ||
| 118 | uint128.h | ||
| 117 | vector_math.h | 119 | vector_math.h |
| 118 | web_result.h | 120 | web_result.h |
| 119 | ) | 121 | ) |