aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-configuration.json
blob: 4b6ae8518fbc021c9d34146b5455eb0e31cf1ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
    }
  ]
}