add cmake config

This commit is contained in:
Valient Gough
2015-06-13 22:08:13 -07:00
parent 08e918f8ff
commit 852887d38d
12 changed files with 307 additions and 12 deletions

4
devmode Normal file
View File

@@ -0,0 +1,4 @@
# Script which sets up the CMake build for Debug mode.
# After running, chdir to the build subdir ane run "make"
mkdir build
cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug $@