aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-filesystem/vcpkg.json
blob: 2e07c445a623dcd8d98e5a07a431f2b9a5940f85 (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-filesystem",
  "version-string": "1.75.0",
  "description": "Boost filesystem module",
  "homepage": "https://github.com/boostorg/filesystem",
  "supports": "!uwp",
  "dependencies": [
    "boost-assert",
    "boost-build",
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-functional",
    "boost-integer",
    "boost-io",
    "boost-iterator",
    "boost-modular-build-helper",
    "boost-predef",
    "boost-smart-ptr",
    "boost-system",
    "boost-type-traits",
    "boost-vcpkg-helpers",
    "boost-winapi"
  ]
}