This commit is contained in:
2020-09-07 21:57:56 +03:00
parent d1a11269f7
commit 2f84d98a32
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/.svn /.svn
CMakeLists.txt.user* CMakeLists.txt.user*
/build

6
install.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
if not exist build mkdir build
cd build && ^
cmake_mgw .. && ^
make install && ^
cd ..