mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:59:01 +08:00
96414493b3
* [paho-mqtt] Update to 1.3.10 and fix include path * x-add-version * fix paho-mqttpp3 * x-add-version * install LICENSE * x-add-version * remove documentations * x-add-version * apply suggestion * x-add-version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
31 lines
585 B
JSON
31 lines
585 B
JSON
{
|
|
"name": "paho-mqttpp3",
|
|
"version": "1.2.0",
|
|
"port-version": 1,
|
|
"description": "Paho project provides open-source C++ wrapper for Paho C library",
|
|
"homepage": "https://github.com/eclipse/paho.mqtt.cpp",
|
|
"license": "EPL-1.0",
|
|
"dependencies": [
|
|
"paho-mqtt",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"ssl"
|
|
],
|
|
"features": {
|
|
"ssl": {
|
|
"description": "Build with SSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|