This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
gmrf/mmss/CMakeLists.txt

11 lines
157 B
Text
Raw Normal View History

include_directories(${GMRF_SOURCE_DIR}/include)
add_executable(mmss
iface.c
mmss.c
2013-03-18 03:06:20 +01:00
protocol.c
2013-03-18 01:03:43 +01:00
queue.c
2013-03-18 18:06:24 +01:00
schedule.c
)
2013-03-18 03:06:20 +01:00
target_link_libraries(mmss dl)