mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
15 lines
377 B
JSON
15 lines
377 B
JSON
{
|
|||
|
|
"$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"
|
||
|
|
]
|
||
|
|
}
|