summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 00:04:29 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 00:04:29 +0100
commit4a1f291d7f0b033c98cb08ecffc00a791f53d474 (patch)
treea75fec3fb0e01863ec6abe8e3c721a9681f91017 /CMakeLists.txt
downloadgmrf-4a1f291d7f0b033c98cb08ecffc00a791f53d474.tar
gmrf-4a1f291d7f0b033c98cb08ecffc00a791f53d474.zip
Initial (incomplete) API definition and some data structures for the simulator
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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)