diff options
Diffstat (limited to 'vcpkg/ports/azure-c-shared-utility/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/azure-c-shared-utility/vcpkg.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/azure-c-shared-utility/vcpkg.json b/vcpkg/ports/azure-c-shared-utility/vcpkg.json new file mode 100644 index 0000000..4db3315 --- /dev/null +++ b/vcpkg/ports/azure-c-shared-utility/vcpkg.json @@ -0,0 +1,28 @@ +{ + "name": "azure-c-shared-utility", + "version-date": "2025-03-31", + "description": "Azure C SDKs common code", + "homepage": "https://github.com/Azure/azure-c-shared-utility", + "license": "MIT", + "supports": "!uwp", + "dependencies": [ + "azure-macro-utils-c", + { + "name": "curl", + "platform": "!windows" + }, + { + "name": "openssl", + "platform": "!windows & !osx" + }, + "umock-c", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |