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