vcpkg/ports/miniupnpc/vcpkg.json
2023-09-05 22:35:09 -07:00

17 lines
303 B
JSON

{
"name": "miniupnpc",
"version": "2.2.5",
"description": "UPnP client library/tool to access Internet Gateway Devices",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}