summaryrefslogtreecommitdiff
path: root/src/support
diff options
context:
space:
mode:
Diffstat (limited to 'src/support')
-rw-r--r--src/support/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/support/CMakeLists.txt b/src/support/CMakeLists.txt
index a97863107..0d9350305 100644
--- a/src/support/CMakeLists.txt
+++ b/src/support/CMakeLists.txt
@@ -1,3 +1,4 @@
+FILE(GLOB support_HEADERS *.h)
set(support_SOURCES
archive.cpp
bits.cpp
@@ -9,5 +10,6 @@ set(support_SOURCES
safe_integer.cpp
threads.cpp
utilities.cpp
+ ${support_HEADERS}
)
add_library(support OBJECT ${support_SOURCES})