-
Notifications
You must be signed in to change notification settings - Fork 42
/
vcpkg.json
41 lines (41 loc) · 1.27 KB
/
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
{
"$explanation": "See https://github.com/microsoft/vcpkg/blob/master/docs/users/manifests.md",
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "iot-hub-device-update",
"description": "Device Update Client",
"version-string": "1.0.0",
"dependencies": [
"azure-c-shared-utility",
{
"name": "azure-iot-sdk-c",
"$explanation": "See https://github.com/Azure/azure-iot-sdk-c/blob/main/doc/setting_up_vcpkg.md",
"default-features": false,
"features": [
"use-prov-client"
]
},
"azure-macro-utils-c",
"azure-storage-blobs-cpp",
"catch2",
"getopt-win32",
"openssl",
"parson",
"pthreads",
"umock-c"
],
"$builtin-baseline-0": "Error: while checking out baseline from commit '...' at subpath 'versions/baseline.json' ?",
"$builtin-baseline-1": "Update the manifest baseline using vcpkg.exe x-update-baseline",
"builtin-baseline": "43f56137beabcd470ac2650cdf3954761f65b70e",
"overrides": [
{
"$explanation": "Linux client is built with catch2 v2",
"name": "catch2",
"version": "2.13.9"
},
{
"$explanation": "Linux client is build with openssl v1",
"name": "openssl",
"version-string": "1.1.1n"
}
]
}