aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/miniupnpc/vcpkg.json
blob: 78786ebfa352f712c3145c937277ed6d19cf9ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "miniupnpc",
  "version": "2.3.2",
  "description": "UPnP client library/tool to access Internet Gateway Devices",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}