aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-filesystem/vcpkg.json
blob: 9218ed31c7f1746f51233b042e16786f723c20d9 (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
{
  "name": "boost-filesystem",
  "version": "1.77.0",
  "description": "Boost filesystem module",
  "homepage": "https://github.com/boostorg/filesystem",
  "supports": "!uwp",
  "dependencies": [
    "boost-assert",
    "boost-atomic",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    "boost-container-hash",
    "boost-core",
    "boost-detail",
    "boost-io",
    "boost-iterator",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-predef",
    "boost-smart-ptr",
    "boost-system",
    "boost-type-traits",
    "boost-vcpkg-helpers",
    "boost-winapi",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}