aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-context/vcpkg.json
blob: 95ee33e38f8e43a0aeeae6f191261ff8df409d72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "boost-context",
  "version-string": "1.75.0",
  "description": "Boost context module",
  "homepage": "https://github.com/boostorg/context",
  "supports": "!uwp & !emscripten",
  "dependencies": [
    "boost-assert",
    "boost-build",
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-integer",
    "boost-modular-build-helper",
    "boost-pool",
    "boost-predef",
    "boost-smart-ptr",
    "boost-thread",
    "boost-vcpkg-helpers"
  ]
}