Files
mob/vcpkg-configuration.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
377 B
JSON
Raw Normal View History

2026-02-07 02:33:40 +08:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"default-registry": {
"kind": "git",
"baseline": "cc73782a88db48af17f8bfb8328d4cab3d4c246f",
"repository": "https://github.com/microsoft/vcpkg"
},
"overlay-ports": [
"custom-ports"
],
"overlay-triplets": [
"./custom-triplets"
]
}