build: add support for vcpkg
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
a5f5d14538
commit
7f78f6b85f
2 changed files with 24 additions and 0 deletions
10
vcpkg.json
Normal file
10
vcpkg.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"dependencies": [
|
||||
"bzip2",
|
||||
"cmark",
|
||||
{ "name": "ecm", "host": true },
|
||||
{ "name": "pkgconf", "host": true },
|
||||
"tomlplusplus",
|
||||
"zlib"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue