games202-hw/hw5/build.bat

5 lines
50 B
Batchfile
Raw Permalink Normal View History

2023-06-16 09:32:15 +08:00
rd /s /q build
mkdir build
cd build
cmake ..
cd ..