summaryrefslogtreecommitdiff
path: root/src/support/CMakeLists.txt
blob: b12ef6eddf68ca3ee7cebf0c7fb40ef261d6e05f (plain)
1
2
3
4
5
6
7
8
9
10
11
SET(support_SOURCES
  archive.cpp
  bits.cpp
  colors.cpp
  command-line.cpp
  file.cpp
  safe_integer.cpp
  threads.cpp
)
ADD_LIBRARY(support STATIC ${support_SOURCES})
TARGET_LINK_LIBRARIES(support ${CMAKE_THREAD_LIBS_INIT})