5 lines
43 B
Bash
5 lines
43 B
Bash
![]() |
mkdir build
|
||
|
cd build
|
||
|
cmake .. --fresh
|
||
|
make
|