diff options
Diffstat (limited to 'vcpkg/ports/azure-umqtt-c/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/azure-umqtt-c/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/azure-umqtt-c/vcpkg.json b/vcpkg/ports/azure-umqtt-c/vcpkg.json new file mode 100644 index 0000000..282d84e --- /dev/null +++ b/vcpkg/ports/azure-umqtt-c/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "azure-umqtt-c", + "version-date": "2025-03-31", + "description": "General purpose library for communication over the mqtt protocol", + "homepage": "https://github.com/Azure/azure-umqtt-c", + "license": "MIT", + "dependencies": [ + "azure-c-shared-utility", + "azure-macro-utils-c", + "umock-c", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |