aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-atomic/vcpkg.json
blob: 4a684f3557560224e1fe998319b56a05f39678a4 (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
{
  "name": "boost-atomic",
  "version": "1.76.0",
  "description": "Boost atomic module",
  "homepage": "https://github.com/boostorg/atomic",
  "dependencies": [
    "boost-align",
    "boost-assert",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-predef",
    "boost-preprocessor",
    "boost-static-assert",
    "boost-type-traits",
    "boost-vcpkg-helpers",
    "boost-winapi"
  ]
}