From 70284a4ff2a28e1601f4390a01278ea900198bdd Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 18 Mar 2013 17:14:11 +0100 Subject: Basic GMRF API implementation --- src/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/CMakeLists.txt (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..e71a6a5 --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1,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") -- cgit v1.2.3