-
Notifications
You must be signed in to change notification settings - Fork 55
/
vcpkg.json
36 lines (36 loc) · 889 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "apriltagtrackers",
"version": "0.6.0",
"dependencies": [
{
"name": "opencv4",
"default-features": false,
"features": [
"contrib",
"ffmpeg",
"ipp",
"opengl",
"jpeg"
]
},
{
"name": "opencv4",
"default-features": false,
"features": [
"world"
],
"platform": "!static"
},
{
"name": "wxwidgets",
"default-features": false
},
"libusb",
"apriltag",
"openvr",
"doctest",
"taskflow"
],
"builtin-baseline": "6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2"
}