aboutsummaryrefslogtreecommitdiff
path: root/libs/bsatk/vcpkg.json
blob: 7a82d05123a12b6efb10fe2d3d6ade417815d84b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "dependencies": [
    "mo2-dds-header",
    "zlib",
    "lz4",
    "boost-thread",
    "boost-interprocess"
  ],
  "vcpkg-configuration": {
    "default-registry": {
      "kind": "git",
      "repository": "https://github.com/Microsoft/vcpkg",
      "baseline": "294f76666c3000630d828703e675814c05a4fd43"
    },
    "registries": [
      {
        "kind": "git",
        "repository": "https://github.com/Microsoft/vcpkg",
        "baseline": "294f76666c3000630d828703e675814c05a4fd43",
        "packages": ["boost*", "boost-*"]
      },
      {
        "kind": "git",
        "repository": "https://github.com/ModOrganizer2/vcpkg-registry",
        "baseline": "228cda39fe9d1eeed789c0ef64fd1235dab3b11e",
        "packages": ["mo2-dds-header"]
      }
    ]
  }
}