6 lines
47 B
Batchfile
6 lines
47 B
Batchfile
|
|
mkdir build
|
||
|
|
cd build
|
||
|
|
cmake ..
|
||
|
|
cd ..
|
||
|
|
pause
|