install cmake files to custom path

This commit is contained in:
Бычков Андрей
2022-06-28 11:24:35 +03:00
parent ff7ec2320c
commit 57a2d13dbe
2 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
@echo off
if not exist build mkdir build
cd build && ^
cmake_mgw .. && ^
cmake -G "CodeBlocks - MinGW Makefiles" .. && ^
make install && ^
cd ..
pause