diff options
Diffstat (limited to 'vcpkg/ports/paho-mqttpp3/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/paho-mqttpp3/vcpkg.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/paho-mqttpp3/vcpkg.json b/vcpkg/ports/paho-mqttpp3/vcpkg.json new file mode 100644 index 0000000..67c51ca --- /dev/null +++ b/vcpkg/ports/paho-mqttpp3/vcpkg.json @@ -0,0 +1,29 @@ +{ + "name": "paho-mqttpp3", + "version": "1.5.2", + "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" + ] + } + } +} |