build: add support for vcpkg

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2025-05-01 21:04:37 -04:00 committed by Seth Flynn
parent a5f5d14538
commit 7f78f6b85f
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
2 changed files with 24 additions and 0 deletions

10
vcpkg.json Normal file
View file

@ -0,0 +1,10 @@
{
"dependencies": [
"bzip2",
"cmark",
{ "name": "ecm", "host": true },
{ "name": "pkgconf", "host": true },
"tomlplusplus",
"zlib"
]
}