1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 17:27:07 +02:00
ScreenPlay/vcpkg-install-dependencies.bat
2019-07-24 15:31:43 +02:00

10 lines
172 B
Batchfile

setlocal EnableExtensions
cd Common
cd vcpkg
git pull
git checkout origin/master
call bootstrap-vcpkg.bat
vcpkg.exe install openssl:x64-windows libzippp:x64-windows
pause