Added cmake-linux-release.sh Bash script

This commit is contained in:
Robert Beckebans 2014-04-26 14:26:26 +02:00
parent cacf1bb46b
commit 34025e08cb

5
neo/cmake-linux-release.sh Executable file
View file

@ -0,0 +1,5 @@
cd ..
rm -rf build
mkdir build
cd build
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DSDL2=OFF ../neo