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 --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..c8a1c50 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,4 @@ +cmake_minimum_required(VERSION 2.8.3) +project(GMRF C) + +add_subdirectory(mmss) -- cgit v1.2.3