add convenient binary build batch files
This commit is contained in:
parent
bfd22e84fa
commit
4a654c07c4
3
build/cmake/build-bins.bat
Normal file
3
build/cmake/build-bins.bat
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@setlocal
|
||||||
|
|
||||||
|
cmake --build . --config Release --target PACKAGE
|
3
build/win64/build-bins.bat
Normal file
3
build/win64/build-bins.bat
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@setlocal
|
||||||
|
|
||||||
|
cmake --build . --config Release --target PACKAGE
|
Loading…
Reference in a new issue