aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-configuration.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg-configuration.json')
-rw-r--r--vcpkg-configuration.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json
new file mode 100644
index 0000000..850abfe
--- /dev/null
+++ b/vcpkg-configuration.json
@@ -0,0 +1,14 @@
+{
+ "default-registry": {
+ "kind": "git",
+ "baseline": "582a4de14bef91df217f4f49624cf5b2b04bd7ca",
+ "repository": "https://github.com/microsoft/vcpkg"
+ },
+ "registries": [
+ {
+ "kind": "artifact",
+ "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
+ "name": "microsoft"
+ }
+ ]
+}