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

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