mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:19:06 +08:00
c4c1814c8c
* [paho-mqttpp3] update to 1.1 * [paho-mqttpp3] update to 1.1 * Update version files * revert ending line * update version * add vcpkg.json file * update version * update protifile.cmake * Update version Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"name": "paho-mqttpp3",
|
|
"version": "1.2.0",
|
|
"description": "Paho project provides open-source C++ wrapper for Paho C library",
|
|
"homepage": "https://github.com/eclipse/paho.mqtt.cpp",
|
|
"dependencies": [
|
|
"paho-mqtt"
|
|
],
|
|
"default-features": [
|
|
"ssl"
|
|
],
|
|
"features": {
|
|
"ssl": {
|
|
"description": "Build with SSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|