vcpkg/ports/paho-mqttpp3/vcpkg.json
JonLiu1993 c4c1814c8c
[paho-mqttpp3] update to 1.2.0 (#15573)
* [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>
2021-04-09 09:14:29 -07:00

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"
]
}
}
}