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

14
vcpkg-configuration.json Normal file
View File

@ -0,0 +1,14 @@
{
"default-registry": {
"kind": "git",
"baseline": "0c4cf19224a049cf82f4521e29e39f7bd680440c",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
}

10
vcpkg.json Normal file
View File

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