install.bat fixes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user