0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/vcpkg.json
Frank Lichtenheld 4393f401f3 vcpkg.json: add xxHash
required for some unit tests now.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
2022-07-29 16:58:30 +02:00

15 lines
315 B
JSON

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