summary refs log tree commit diff stats
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..2edc580 --- /dev/null +++ b/vcpkg-configuration.json
@@ -0,0 +1,14 @@
1{
2 "default-registry": {
3 "kind": "git",
4 "baseline": "70a7abe262134f51393f02966e80789a2305ce6f",
5 "repository": "https://github.com/microsoft/vcpkg"
6 },
7 "registries": [
8 {
9 "kind": "artifact",
10 "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
11 "name": "microsoft"
12 }
13 ]
14}