8 lines
131 B
CMake
8 lines
131 B
CMake
include_directories(${GMRF_SOURCE_DIR}/include)
|
|
|
|
add_executable(mmss
|
|
iface.c
|
|
mmss.c
|
|
queue.c
|
|
)
|
|
target_link_libraries(mmss rt)
|