0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/vcpkg.json

15 lines
321 B
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "openvpn3",
"version-string": "3.7",
"dependencies": [
"gtest",
"lz4",
"openssl",
"jsoncpp",
"asio",
"tap-windows6",
"ovpn-dco-win"
]
}