4 lines
55 B
Batchfile
4 lines
55 B
Batchfile
@echo off
|
|
cd build
|
|
cmake --build . --config Debug
|
|
pause |
@echo off
|
|
cd build
|
|
cmake --build . --config Debug
|
|
pause |