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

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

if(UNIX)
  libtool_create_control_file(os)
endif()