/ vcpkg.json
vcpkg.json
1 { 2 "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", 3 "name": "openvpn3", 4 "version-string": "3.8", 5 "dependencies": [ 6 "asio", 7 "jsoncpp", 8 "lz4", 9 "openssl", 10 "tap-windows6", 11 "xxhash", 12 { 13 "name": "gtest", 14 "host": true 15 } 16 ] 17 }