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

add_library(mmss_proto_babel MODULE
  core.c
)
target_link_libraries(mmss_proto_babel ${MMSS_PROTOCOL_LIB})
set_target_properties(mmss_proto_babel PROPERTIES LINK_FLAGS "-Wl,--undefined=mmss_protocol_info")