aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-c-mqtt/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/aws-c-mqtt/vcpkg.json')
-rw-r--r--vcpkg/ports/aws-c-mqtt/vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/aws-c-mqtt/vcpkg.json b/vcpkg/ports/aws-c-mqtt/vcpkg.json
new file mode 100644
index 0000000..9d56eec
--- /dev/null
+++ b/vcpkg/ports/aws-c-mqtt/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "aws-c-mqtt",
+ "version": "0.13.3",
+ "description": "C99 implementation of the MQTT 3.1.1 specification.",
+ "homepage": "https://github.com/awslabs/aws-c-mqtt",
+ "license": "Apache-2.0",
+ "dependencies": [
+ "aws-c-http",
+ "aws-c-io",
+ {
+ "name": "s2n",
+ "platform": "!uwp & !windows"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}