5 lines
No EOL
65 B
Batchfile
5 lines
No EOL
65 B
Batchfile
echo off
|
|
cmake --build build
|
|
cd build/Debug
|
|
cpp_insa.exe
|
|
cd ../.. |