diff options
Diffstat (limited to 'vcpkg-configuration.json')
| -rw-r--r-- | vcpkg-configuration.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json new file mode 100644 index 0000000..28c0dc9 --- /dev/null +++ b/vcpkg-configuration.json @@ -0,0 +1,14 @@ +{ + "default-registry": { + "kind": "git", + "baseline": "3af1d1e60af2b2abf55760538cd607829029b07a", + "repository": "https://github.com/microsoft/vcpkg" + }, + "registries": [ + { + "kind": "artifact", + "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip", + "name": "microsoft" + } + ] +}
\ No newline at end of file |