5 lines
85 B
Batchfile
5 lines
85 B
Batchfile
rmdir /q /s build
|
|
mkdir build
|
|
|
|
cmake.exe -G "Visual Studio 16 2019" -A x64 -Bbuild .
|