mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 18:50:20 +00:00
CXX_STANDARD supported values are 98, 11, 14, 17 and 20. - https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD.html
5 lines
No EOL
143 B
Bash
Executable file
5 lines
No EOL
143 B
Bash
Executable file
cd ..
|
|
rm -rf build
|
|
mkdir build
|
|
cd build
|
|
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DONATIVE=ON -DSDL2=ON -DUSE_INTRINSICS=OFF ../neo |