summaryrefslogtreecommitdiffstats
path: root/mmss/CMakeLists.txt
blob: c200d7a26e020f464093a1214d1d120e9db445e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
include_directories(${GMRF_SOURCE_DIR}/include)

add_executable(mmss
  iface.c
  log.c
  mmss.c
  protocol.c
  queue.c
  schedule.c
)
target_link_libraries(mmss dl)