add vcpkg manifest

Signed-off-by: Lev Stipakov <lev@openvpn.net>
pull/423/head
Lev Stipakov 2021-05-13 14:53:03 +03:00 committed by Selva Nair
parent 4a483b029b
commit 2d329a32d1
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"
]
}