summaryrefslogtreecommitdiffstats
path: root/src/modules/SystemBackendPosix/CMakeLists.txt
blob: 83e8ea1a9d96f0d775feddf99158570be0b8d6c5 (plain)
1
2
3
4
5
6
include_directories(${INCLUDES})

add_library(SystemBackendPosix MODULE
  Module.cpp Module.h
  SystemBackendPosix.cpp SystemBackendPosix.h
)