5 lines
No EOL
71 B
Batchfile
5 lines
No EOL
71 B
Batchfile
echo off
|
|
cmake --build build --target %1
|
|
cd build/Debug
|
|
%1.exe
|
|
cd ../.. |