6 lines
59 B
Bash
6 lines
59 B
Bash
|
rm -rf build
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake ../ -G Ninja
|
||
|
ninja
|