vcpkg/ports/paho-mqttpp3/vcpkg.json
LilyWangLL 96414493b3
[paho-mqtt] Update to 1.3.10 and fix include path (#25207)
* [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>
2022-06-15 11:02:28 -07:00

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