Added build script for Windows

This commit is contained in:
Daniel Wolf 2016-02-02 21:08:07 +01:00
parent 194f8c7739
commit c766732546
1 changed files with 5 additions and 0 deletions

5
package-win.bat Normal file
View File

@ -0,0 +1,5 @@
rmdir /s /q build
mkdir build
cd build
cmake .. -G "Visual Studio 14 2015"
cmake --build . --config Release --target package