7 lines
87 B
Bash
7 lines
87 B
Bash
mkdir build
|
|
cd build
|
|
cmake -DCMAKE_BUILD_TYPE=Release ../
|
|
make
|
|
cd ..
|
|
build/VoxelEngine
|