-
Notifications
You must be signed in to change notification settings - Fork 1
/
vcpkg.json
38 lines (38 loc) · 831 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da",
"name": "generator",
"version": "1.0.0",
"description": "HPC Generator of datasets Tool",
"dependencies": [
"boost",
"boost-chrono",
"boost-compute",
"boost-date-time",
"boost-dll",
"boost-filesystem",
"boost-gil",
"boost-iostreams",
"boost-locale",
"boost-multiprecision",
"boost-program-options",
"boost-serialization",
"boost-system",
"boost-test",
"boost-thread",
"boost-uuid",
"leveldb",
"libjpeg-turbo",
"libpng",
"opencl",
"zlib",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}