diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json new file mode 100644 index 00000000..8f38cace --- /dev/null +++ b/vcpkg-configuration.json @@ -0,0 +1,14 @@ +{ + "default-registry": { + "kind": "git", + "baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c", + "repository": "https://github.com/microsoft/vcpkg" + }, + "registries": [ + { + "kind": "artifact", + "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip", + "name": "microsoft" + } + ] +}