aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-test/vcpkg.json
blob: 6ae0847b08c374d1df3fd59e146bcaf5da4be9a7 (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
31
32
33
34
35
36
37
38
39
{
  "name": "boost-test",
  "version-string": "1.75.0",
  "port-version": 1,
  "description": "Boost test module",
  "homepage": "https://github.com/boostorg/test",
  "supports": "!uwp",
  "dependencies": [
    "boost-algorithm",
    "boost-assert",
    "boost-bind",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-compatibility",
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-exception",
    "boost-function",
    "boost-integer",
    "boost-io",
    "boost-iterator",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-mpl",
    "boost-numeric-conversion",
    "boost-optional",
    "boost-preprocessor",
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}