aboutsummaryrefslogtreecommitdiffstats
path: root/common/os/CMakeLists.txt
blob: bbeec501cad81fce364ecad7e04b1e138f453a07 (plain)
1
2
3
4
5
include_directories(${CMAKE_SOURCE_DIR}/common)

add_library(os STATIC
  print.c
  net.c)