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

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