From 4a1f291d7f0b033c98cb08ecffc00a791f53d474 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 18 Mar 2013 00:04:29 +0100 Subject: Initial (incomplete) API definition and some data structures for the simulator --- mmss/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mmss/CMakeLists.txt (limited to 'mmss/CMakeLists.txt') diff --git a/mmss/CMakeLists.txt b/mmss/CMakeLists.txt new file mode 100644 index 0000000..ee65b85 --- /dev/null +++ b/mmss/CMakeLists.txt @@ -0,0 +1,7 @@ +include_directories(${GMRF_SOURCE_DIR}/include) + +add_executable(mmss + iface.c + mmss.c +) +target_link_libraries(mmss rt) -- cgit v1.2.3