Initial commit

This commit is contained in:
Matthias Schiffer 2015-01-31 15:07:47 +01:00
commit 1e74afda41
5 changed files with 60 additions and 0 deletions

3
src/CMakeLists.txt Normal file
View file

@ -0,0 +1,3 @@
add_executable(MinedMap
MinedMap.cpp
)