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 --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..30af2f9 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION 2.8.3) +project(GMRF_PROTO_BABEL C) + +# TODO: Clean this up +set(GMRF_INCLUDE_DIR "" CACHE PATH "Path to the GMRF include directory") +set(MMSS_PROTOCOL_LIB "" CACHE FILEPATH "Path to the MMSS protocol library") + +add_subdirectory(src) -- cgit v1.2.3