-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
46 lines (46 loc) · 818 Bytes
/
vcpkg.json
File metadata and controls
46 lines (46 loc) · 818 Bytes
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": "microbenchmarks",
"version": "0.1",
"dependencies": [
"fmt",
"armadillo",
"eigen3",
"gtest",
"benchmark",
{
"name": "opencv",
"platform": "x64",
"features": [
"tbb",
"ipp",
"world"
]
},
{
"name": "opencv",
"platform": "!x64",
"features": [
"world"
]
},
{
"name": "fftw3",
"platform": "x64",
"features": [
"avx2",
"threads"
]
},
{
"name": "fftw3",
"platform": "!x64",
"features": [
"threads"
]
},
"fftconv",
"openblas"
],
"builtin-baseline": "4b6c50d962cc20aaa3ef457f8ba683b586263cfb"
}