vcpkg/ports/azure-c-shared-utility/vcpkg.json
Raul Leclair a03fa63245
[azure-iot-sdk-c] LTS_08_2023 (#33016)
* LTS 08-2023 Commit

* Changing control version

* Updating control version 2

* Adding versions

* Removing date update

* Removing changes to umock-c

* Removing azure macro utils c

* Changes to port version
2023-08-10 10:21:56 -07:00

29 lines
556 B
JSON

{
"name": "azure-c-shared-utility",
"version-date": "2023-08-07",
"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
}
]
}