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

vcpkg.json: add GTest host dependency

Signed-off-by: Lev Stipakov <lev@openvpn.net>
This commit is contained in:
Lev Stipakov 2023-07-27 15:40:57 +03:00 committed by Jenkins-dev
parent 961ac5d699
commit fa78d9a8a9

View File

@ -8,6 +8,10 @@
"lz4",
"openssl",
"tap-windows6",
"xxhash"
"xxhash",
{
"name": "gtest",
"host": true
}
]
}