+ added some useful files

This commit is contained in:
Caner Candan 2010-07-23 13:34:42 +02:00
commit 78c68ebf30
5 changed files with 28 additions and 0 deletions

7
build_gcc_linux_debug Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env sh
mkdir debug
cd debug
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
cd ..