1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00
ScreenPlay/vcpkg-install-dependencies.bat
2019-04-27 11:46:37 +02:00

9 lines
168 B
Batchfile

setlocal EnableExtensions
cd Common
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
git pull
call bootstrap-vcpkg.bat
vcpkg.exe install openssl:x64-windows