aboutsummaryrefslogtreecommitdiff
path: root/libs/vcpkg-registry/ports/mo2-bsatk/vcpkg.json
blob: e272e15a84b08cae6352dc26a9a739a790ab20be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "mo2-bsatk",
  "version": "1.4.1",
  "description": "MO2 library to handle BSA files.",
  "homepage": "https://github.com/ModOrganizer2/modorganizer-bsatk",
  "license": "GPL-3.0",
  "supports": "!uwp",
  "dependencies": [
    "boost-interprocess",
    "boost-thread",
    "lz4",
    "mo2-dds-header",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}