diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3771f7090..bcd9eb917 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ SET(support_SOURCES src/support/colors.cpp src/support/command-line.cpp src/support/file.cpp + src/support/safe_integer.cpp ) ADD_LIBRARY(support STATIC ${support_SOURCES}) |