Started work on integrating vcpkg, doesn't quite work yet

This commit is contained in:
2026-02-13 21:39:27 +01:00
parent 5edf51e25c
commit 9967d184e0
4 changed files with 53 additions and 4 deletions

9
vcpkg-configuration.json Normal file
View File

@@ -0,0 +1,9 @@
{
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
}