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
14
vcpkg-configuration.json
Normal file
14
vcpkg-configuration.json
Normal 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
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