aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-log/vcpkg.json
blob: 6812f2ed4ec2353e65371565f8f7b3b42fd5f190 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "name": "boost-log",
  "version": "1.77.0",
  "description": "Boost log module",
  "homepage": "https://github.com/boostorg/log",
  "supports": "!uwp & !emscripten",
  "dependencies": [
    "boost-align",
    "boost-array",
    {
      "name": "boost-asio",
      "platform": "!emscripten"
    },
    "boost-assert",
    "boost-atomic",
    "boost-bind",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    "boost-container",
    "boost-core",
    "boost-date-time",
    "boost-exception",
    {
      "name": "boost-filesystem",
      "platform": "!uwp"
    },
    "boost-function-types",
    "boost-fusion",
    "boost-interprocess",
    "boost-intrusive",
    "boost-io",
    "boost-iterator",
    "boost-lexical-cast",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-move",
    "boost-mpl",
    "boost-optional",
    "boost-parameter",
    "boost-phoenix",
    "boost-predef",
    "boost-preprocessor",
    "boost-property-tree",
    "boost-proto",
    "boost-random",
    "boost-range",
    "boost-regex",
    "boost-smart-ptr",
    "boost-spirit",
    "boost-static-assert",
    "boost-system",
    "boost-thread",
    "boost-throw-exception",
    "boost-type-index",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers",
    "boost-winapi",
    "boost-xpressive",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}