yuzu/externals/vcpkg/ports/wolfmqtt/vcpkg.json

20 lines
387 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "wolfmqtt",
"version": "1.13.0",
"description": "MQTT library used with wolfSSL libraray for many platforms",
"homepage": "https://wolfssl.com",
"license": "GPL-2.0-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"wolfssl"
]
}