add vcpkg.json

This commit is contained in:
Michał Trojnara 2022-07-18 11:38:29 +02:00
parent b63b023c5c
commit 99400d92d6

8
vcpkg.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "osslsigncode",
"version-string": "2.4",
"dependencies": [
"openssl",
"curl"
]
}