devcpp-cmake-template/tools/gen.cmd

6 lines
120 B
Batchfile
Raw Normal View History

2022-02-25 14:06:51 +08:00
set PATH=%~dp0cmake-wrapper;%PATH%
rd build /s/q
md build
cd build
call cmakew .. -G "MinGW Makefiles" && echo OK > gen