-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
72 lines (72 loc) · 1.48 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "pybit7z",
"description": "A wrapper based on bit7z.",
"builtin-baseline": "65be7019941e1401e02daaba0738cab2c8a4a355",
"homepage": "https://github.com/msclock/pybit7z",
"dependencies": [
"pybind11",
{
"name": "bit7z",
"features": [
"regex-matching"
]
},
"7zip",
"cmake-modules",
"robotology-cmake-ycm"
],
"overrides": [
{
"name": "pybind11",
"version": "2.13.5"
},
{
"name": "bit7z",
"version": "4.0.9#1"
},
{
"name": "7zip",
"version-string": "24.09#1"
},
{
"name": "cmake-modules",
"version": "1.6.14"
},
{
"name": "robotology-cmake-ycm",
"version": "0.16.3"
}
],
"features": {
"test": {
"description": "Dependencies for testing",
"dependencies": [
{
"name": "gtest",
"version>=": "1.15.2"
}
]
}
},
"vcpkg-configuration": {
"registries": [
{
"kind": "git",
"baseline": "e855ff793ab2fa53f26030fab6be443595cfda6e",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
"cmake-modules",
"robotology-cmake-ycm",
"vcpkg-cmake-module"
]
}
],
"overlay-ports": [
"cmake/vcpkg/ports"
],
"overlay-triplets": [
"cmake/vcpkg/triplets"
]
}
}