early-access version 2853
This commit is contained in:
56
externals/vcpkg/ports/azure-c-shared-utility/vcpkg.json
vendored
Executable file
56
externals/vcpkg/ports/azure-c-shared-utility/vcpkg.json
vendored
Executable file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "azure-c-shared-utility",
|
||||
"version-date": "2022-01-21",
|
||||
"port-version": 3,
|
||||
"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": "linux"
|
||||
},
|
||||
{
|
||||
"name": "openssl",
|
||||
"platform": "linux"
|
||||
},
|
||||
"umock-c",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"public-preview": {
|
||||
"description": "Azure C SDKs common code (public preview)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-macro-utils-c",
|
||||
"features": [
|
||||
"public-preview"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "curl",
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"name": "openssl",
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"name": "umock-c",
|
||||
"features": [
|
||||
"public-preview"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user