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

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