aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-compute/vcpkg.json
blob: 72e700266808a14c75853acf24b231020d9168a3 (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
{
  "name": "boost-compute",
  "version": "1.77.0",
  "description": "Boost compute module",
  "homepage": "https://github.com/boostorg/compute",
  "dependencies": [
    "boost-algorithm",
    "boost-array",
    "boost-assert",
    "boost-chrono",
    "boost-config",
    "boost-core",
    {
      "name": "boost-filesystem",
      "platform": "!uwp"
    },
    "boost-function",
    "boost-function-types",
    "boost-fusion",
    "boost-iterator",
    "boost-lexical-cast",
    "boost-mpl",
    "boost-optional",
    "boost-preprocessor",
    "boost-property-tree",
    "boost-proto",
    "boost-range",
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-thread",
    "boost-throw-exception",
    "boost-tuple",
    "boost-type-traits",
    "boost-typeof",
    "boost-utility",
    "boost-uuid",
    "boost-vcpkg-helpers"
  ]
}