mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-02-22 03:31:31 +00:00
Added cmake-linux-release.sh Bash script
This commit is contained in:
parent
cacf1bb46b
commit
34025e08cb
1 changed files with 5 additions and 0 deletions
5
neo/cmake-linux-release.sh
Executable file
5
neo/cmake-linux-release.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
cd ..
|
||||
rm -rf build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DSDL2=OFF ../neo
|
Loading…
Reference in a new issue