summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-01-31 15:07:47 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-01-31 15:07:47 +0100
commit1e74afda41658ad38cbf0bd65847571861237cb5 (patch)
treef0d105c6090a70f4ee1090072443f3b397787c93 /CMakeLists.txt
downloadMinedMap-1e74afda41658ad38cbf0bd65847571861237cb5.tar
MinedMap-1e74afda41658ad38cbf0bd65847571861237cb5.zip
Initial commit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..9d94e18
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 2.8.3)
+project(MINEDMAP CXX)
+
+
+add_subdirectory(src)