0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 11:42:15 +02:00
openvpn3/vcpkg.json
Lev Stipakov fa78d9a8a9 vcpkg.json: add GTest host dependency
Signed-off-by: Lev Stipakov <lev@openvpn.net>
2024-08-08 14:43:11 +00:00

18 lines
369 B
JSON

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