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")