VoxelEngine/run.sh

7 lines
87 B
Bash
Executable File

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make
cd ..
build/VoxelEngine