install cmake files to custom path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user