aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/paho-mqttpp3/vcpkg.json
blob: 67c51ca66406a0d8adf47f6620e3533086e28e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"
      ]
    }
  }
}