add convenient binary build batch files

This commit is contained in:
Geoff McLane 2015-04-25 19:17:27 +02:00
parent bfd22e84fa
commit 4a654c07c4
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
@setlocal
cmake --build . --config Release --target PACKAGE

View file

@ -0,0 +1,3 @@
@setlocal
cmake --build . --config Release --target PACKAGE