diff options
Diffstat (limited to 'src/support')
-rw-r--r-- | src/support/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/support/CMakeLists.txt b/src/support/CMakeLists.txt index 73025d063..54ab8b08f 100644 --- a/src/support/CMakeLists.txt +++ b/src/support/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(support_SOURCES +set(support_SOURCES archive.cpp bits.cpp colors.cpp @@ -9,4 +9,4 @@ SET(support_SOURCES safe_integer.cpp threads.cpp ) -ADD_LIBRARY(support OBJECT ${support_SOURCES}) +add_library(support OBJECT ${support_SOURCES}) |