yuzu/externals/vcpkg/ports/aws-c-mqtt/vcpkg.json

26 lines
515 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "aws-c-mqtt",
"version": "0.7.6",
"port-version": 3,
"description": "C99 implementation of the MQTT 3.1.1 specification.",
"homepage": "https://github.com/awslabs/aws-c-mqtt",
"supports": "!(windows & arm) & !uwp",
"dependencies": [
"aws-c-common",
"aws-c-http",
"aws-c-io",
{
"name": "s2n",
"platform": "!uwp & !windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}