aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-atomic/vcpkg.json
blob: 9eaa56e1b1e92e877c97aa33ca7c56d8a2ee0595 (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-atomic",
  "version": "1.77.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",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}