-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
46 lines (46 loc) · 887 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
43
44
45
46
{
"name": "dv-processing",
"version": "1.7.8",
"port-version": 1,
"description": "Generic algorithms for event cameras. (C++20 required.)",
"homepage": "https://gitlab.com/inivation/dv/dv-processing",
"license": "Apache-2.0",
"dependencies": [
"boost-algorithm",
{
"name": "boost-asio",
"features": [
"ssl"
]
},
"boost-callable-traits",
"boost-circular-buffer",
"boost-core",
"boost-endian",
"boost-geometry",
"boost-lockfree",
"boost-nowide",
"boost-property-tree",
"boost-stacktrace",
"cli11",
"eigen3",
"fmt",
"libcaer",
"lz4",
{
"name": "opencv4",
"default-features": false
},
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
"zstd"
],
"features": {
"tools": {
"description": "Build CLI utilities"
}
}
}