forked from Azure/azure-sdk-for-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
42 lines (42 loc) · 774 Bytes
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "azure-sdk-for-cpp",
"version": "1.5.0",
"builtin-baseline": "f0f811770e0538fcb295a1750c0a5e0de5131d29",
"dependencies": [
{
"name": "curl"
},
{
"name": "libxml2",
"default-features": false,
"platform": "!windows & !uwp"
},
{
"name": "openssl"
},
{
"name": "opentelemetry-cpp",
"features": ["otlp-http"],
"platform": "!(windows & !static)",
"version>=": "1.3.0"
},
{
"name": "wil",
"platform": "windows"
},
{
"name": "azure-c-shared-utility",
"platform": "!uwp"
},
{
"name": "azure-macro-utils-c",
"platform": "!uwp"
},
{
"name": "umock-c",
"platform": "!uwp"
}
],
"overrides": [
]
}