VoxelEngine/run.sh
2024-08-06 18:44:43 +03:00

7 lines
103 B
Bash
Executable File

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . -j 16
cd ..
build/VoxelEngine