diff options
Diffstat (limited to 'src/support/CMakeLists.txt')
-rw-r--r-- | src/support/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/support/CMakeLists.txt b/src/support/CMakeLists.txt index 13bf463e4..54ee7b206 100644 --- a/src/support/CMakeLists.txt +++ b/src/support/CMakeLists.txt @@ -9,8 +9,10 @@ set(support_SOURCES file.cpp istring.cpp json.cpp + name.cpp path.cpp safe_integer.cpp + string.cpp threads.cpp utilities.cpp ${support_HEADERS} |