include_directories(${GMRF_INCLUDE_DIR}) add_library(mmss_proto_babel MODULE babel.c neigh.c send.c tlv.c tlv_types.c ) target_link_libraries(mmss_proto_babel ${MMSS_PROTOCOL_LIB}) set_target_properties(mmss_proto_babel PROPERTIES LINK_FLAGS "-Wl,--undefined=mmss_protocol_info")