-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathvcpkg.json
More file actions
35 lines (35 loc) · 757 Bytes
/
Copy pathvcpkg.json
File metadata and controls
35 lines (35 loc) · 757 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
"name": "openmind",
"version": "1.0.0",
"description": "OpenMind",
"dependencies": [
"boost",
"boost-chrono",
"boost-compute",
"boost-date-time",
"boost-filesystem",
"boost-iostreams",
"boost-locale",
"boost-multiprecision",
"boost-python",
"boost-redis",
"boost-serialization",
"boost-system",
"boost-test",
"boost-thread",
"boost-ublas",
"boost-uuid",
"leveldb",
"liblzma",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}