aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-context/vcpkg.json
blob: cd4d54f195abbf8ca77a24ed9bf79b72592e8f77 (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
{
  "name": "boost-context",
  "version": "1.77.0",
  "description": "Boost context module",
  "homepage": "https://github.com/boostorg/context",
  "supports": "!uwp & !emscripten",
  "dependencies": [
    "boost-assert",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    "boost-core",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-mp11",
    "boost-pool",
    "boost-predef",
    "boost-smart-ptr",
    "boost-vcpkg-helpers",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}