add vcpkg manifest

Signed-off-by: Lev Stipakov <lev@openvpn.net>
pull/420/head
Lev Stipakov 2021-05-13 14:53:03 +03:00
parent fb2bc186d0
commit 0872f2c5c2
No known key found for this signature in database
GPG Key ID: 88670BE258B9C258
1 changed files with 7 additions and 0 deletions

7
vcpkg.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "openvpn-gui",
"version-string": "0.0.1",
"dependencies": [
"openssl"
]
}