feature: add vcpkg support
This commit is contained in:
parent
4f0f7feded
commit
fb1f6b878c
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"default-registry": {
|
||||||
|
"kind": "git",
|
||||||
|
"baseline": "d7112d1a4fb50410d3639f5f586972591d848beb",
|
||||||
|
"repository": "https://github.com/microsoft/vcpkg"
|
||||||
|
},
|
||||||
|
"registries": [
|
||||||
|
{
|
||||||
|
"kind": "artifact",
|
||||||
|
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
|
||||||
|
"name": "microsoft"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"dependencies": [
|
||||||
|
"boost-filesystem",
|
||||||
|
"boost-optional",
|
||||||
|
"cppcodec",
|
||||||
|
"draco",
|
||||||
|
"fmt",
|
||||||
|
"libiconv",
|
||||||
|
"libxml2",
|
||||||
|
"nlohmann-fifo-map",
|
||||||
|
"zlib"
|
||||||
|
],
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"name": "fmt",
|
||||||
|
"version": "5.3.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "libiconv",
|
||||||
|
"version": "1.15-6"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue