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

mad_module(SystemBackendProc
  Module.cpp Module.h
  SystemBackendProc.cpp SystemBackendProc.h
)
mad_module_libraries(SystemBackendProc)