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

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