0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00
openvpn3/vcpkg.json
Lev Stipakov b3c98c59ff
vcpkg: switch to manifest mode
Add vcpkg manifest with list of dependencies, which got
consumed by cmake configure phase and stored per-project.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
2021-04-21 08:40:06 +03:00

15 lines
321 B
JSON

{
"$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"
]
}