WIP on vcpkg integration

This commit is contained in:
DubbleClick
2025-03-24 14:35:10 +07:00
parent 161a3924d2
commit fe2bc9e4e1
6 changed files with 101 additions and 0 deletions

14
vcpkg-configuration.json Normal file
View File

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