aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-nowide/vcpkg.json
blob: 447705361d6be51878dbd601874cbebf7684fb5e (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
{
  "name": "boost-nowide",
  "version": "1.77.0",
  "description": "Boost nowide module",
  "homepage": "https://github.com/boostorg/nowide",
  "dependencies": [
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    {
      "name": "boost-filesystem",
      "platform": "!uwp"
    },
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-vcpkg-helpers",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}