aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-dll/vcpkg.json
blob: 27d027222ee71943650026884b82c91ba126244d (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
{
  "name": "boost-dll",
  "version": "1.77.0",
  "description": "Boost dll module",
  "homepage": "https://github.com/boostorg/dll",
  "dependencies": [
    "boost-assert",
    "boost-config",
    "boost-core",
    {
      "name": "boost-filesystem",
      "platform": "!uwp"
    },
    "boost-function",
    "boost-move",
    "boost-predef",
    "boost-smart-ptr",
    "boost-spirit",
    "boost-static-assert",
    "boost-system",
    "boost-throw-exception",
    "boost-type-index",
    "boost-type-traits",
    "boost-vcpkg-helpers",
    "boost-winapi"
  ]
}