Files
cmake/install.bat
2020-09-07 21:57:56 +03:00

7 lines
97 B
Batchfile

@echo off
if not exist build mkdir build
cd build && ^
cmake_mgw .. && ^
make install && ^
cd ..