0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00

vcpkg.json: add xxHash

required for some unit tests now.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
This commit is contained in:
Frank Lichtenheld 2022-07-29 13:15:04 +02:00
parent f2df99ccab
commit 4393f401f3

View File

@ -3,11 +3,12 @@
"name": "openvpn3",
"version-string": "3.7",
"dependencies": [
"asio",
"gtest",
"jsoncpp",
"lz4",
"openssl",
"jsoncpp",
"asio",
"tap-windows6"
"tap-windows6",
"xxhash"
]
}