aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-configuration.json
blob: 850abfe611313b9a3984f8e4bef0502fcae739a8 (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"
    }
  ]
}