cesium-native/vcpkg-configuration.json

21 lines
522 B
JSON

{
"default-registry": {
"kind": "git",
"baseline": "afc0a2e01ae104a2474216a2df0e8d78516fd5af",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
],
"overlay-ports": [
"./extern/vcpkg/ports"
],
"overlay-triplets": [
"./extern/vcpkg/triplets"
]
}