mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
Configures the default Vcpkg registry and adds an artifact registry for the microsoft catalog. This enables the tool to find and use pre-built packages from the Microsoft catalog.
15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"default-registry": {
|
|
"kind": "git",
|
|
"baseline": "b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01",
|
|
"repository": "https://github.com/microsoft/vcpkg"
|
|
},
|
|
"registries": [
|
|
{
|
|
"kind": "artifact",
|
|
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
|
|
"name": "microsoft"
|
|
}
|
|
]
|
|
}
|