aboutsummaryrefslogtreecommitdiff
path: root/ports/kwsys/vcpkg.json
blob: b45350d738d9377ab16237b1b35b10bd6f51096a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "kwsys",
  "version-date": "2021-08-06",
  "description": "Provides platform-independent APIs to many common system features",
  "homepage": "https://gitlab.kitware.com/utils/kwsys",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}