install.bat fixes

This commit is contained in:
Бычков Андрей
2022-06-28 19:05:37 +03:00
parent 57a2d13dbe
commit fb28f9b1b2

View File

@@ -2,6 +2,6 @@
if not exist build mkdir build if not exist build mkdir build
cd build && ^ cd build && ^
cmake -G "CodeBlocks - MinGW Makefiles" .. && ^ cmake -G "CodeBlocks - MinGW Makefiles" .. && ^
make install && ^ cmake --build . --target install && ^
cd .. cd ..
pause pause