summaryrefslogtreecommitdiffstats
path: root/common/os/CMakeLists.txt
blob: 84c259d25c5be4ff22ab19a2d1bd42ddf3632107 (plain)
1
2
3
4
5
6
7
8
include_directories(${CMAKE_SOURCE_DIR}/common)

add_library(os STATIC
  print.c
  net.c
  w32tiger.c
  os.cxx
  tls.cxx)