-
Notifications
You must be signed in to change notification settings - Fork 1
/
vcpkg.json
46 lines (46 loc) · 1.1 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "ss-pybind11",
"description": "A template of serious scaffold family based on pybind11.",
"builtin-baseline": "65be7019941e1401e02daaba0738cab2c8a4a355",
"homepage": "https://github.com/serious-scaffold/ss-pybind11",
"dependencies": [
"pybind11",
"cmake-modules",
"robotology-cmake-ycm"
],
"overrides": [
{
"name": "pybind11",
"version": "2.13.5"
},
{
"name": "cmake-modules",
"version": "1.6.13"
},
{
"name": "robotology-cmake-ycm",
"version": "0.16.3"
}
],
"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"
]
}
}