aboutsummaryrefslogtreecommitdiff
path: root/libs/usvfs/vcpkg.json
blob: a0f9d7fc1f55b266c3edc796220751f0022d4bd9 (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
{
  "dependencies": [
    "asmjit",
    "spdlog",
    "libudis86",
    "boost-algorithm",
    "boost-any",
    "boost-dll",
    "boost-filesystem",
    "boost-format",
    "boost-interprocess",
    "boost-headers",
    "boost-locale",
    "boost-multi-index",
    "boost-thread",
    "boost-predef"
  ],
  "features": {
    "testing": {
      "description": "Build USVFS tests.",
      "dependencies": ["gtest"]
    }
  }
}