forked from BlueQuartzSoftware/simplnx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg-configuration.json
More file actions
43 lines (43 loc) · 894 Bytes
/
Copy pathvcpkg-configuration.json
File metadata and controls
43 lines (43 loc) · 894 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
{
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/bluequartzsoftware/simplnx-registry",
"baseline": "4dd8a2b973349943e23b58237a986785bfc6d7de",
"packages": [
"benchmark",
"blosc",
"boost-mp11",
"catch2",
"ebsdlib",
"eigen3",
"expected-lite",
"fmt",
"h5support",
"hdf5",
"hwloc",
"lz4",
"itk",
"nlohmann-json",
"nod",
"pybind11",
"reproc",
"snappy",
"span-lite",
"spdlog",
"tbb",
"vcpkg-cmake",
"vcpkg-cmake-config",
"zlib",
"zstd",
"tiff",
"stb"
]
}
]
}