This commit is contained in:
David Chen
2025-12-20 03:39:49 +08:00
committed by GitHub
parent 3f2cd50eaa
commit 540b8dc103
8 changed files with 349 additions and 0 deletions

14
vcpkg-configuration.json Normal file
View File

@@ -0,0 +1,14 @@
{
"default-registry": {
"kind": "git",
"baseline": "d2452281016c6d77b6ef199d599d9929eafe4807",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
}