2019-04-27 11:46:37 +02:00
|
|
|
setlocal EnableExtensions
|
|
|
|
|
|
|
|
cd Common
|
|
|
|
cd vcpkg
|
|
|
|
git pull
|
2019-07-24 15:31:43 +02:00
|
|
|
git checkout origin/master
|
2019-04-27 11:46:37 +02:00
|
|
|
call bootstrap-vcpkg.bat
|
2019-07-27 11:05:03 +02:00
|
|
|
vcpkg.exe install libzippp:x64-windows
|