-
Notifications
You must be signed in to change notification settings - Fork 40
/
vcpkg.json
44 lines (44 loc) · 1.12 KB
/
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
39
40
41
42
43
44
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "reinforcement-learning",
"version": "1.0.2",
"builtin-baseline": "f30434939d5516ce764c549ab04e3d23d312180a",
"dependencies": [
"boost-align",
"boost-asio",
"boost-date-time",
"boost-filesystem",
"boost-interprocess",
"boost-math",
"boost-program-options",
"boost-regex",
"boost-system",
"boost-test",
"boost-thread",
"boost-uuid",
"cpprestsdk",
"flatbuffers",
"fmt",
"openssl",
"rapidjson",
"spdlog",
"zlib"
],
"overrides": [
{"name": "cpprestsdk", "version": "2.10.18"},
{"name": "flatbuffers", "version": "23.1.21"},
{"name": "fmt", "version": "9.1.0"},
{"name": "spdlog", "version": "1.11.0"},
{"name": "zlib", "version": "1.2.13"}
],
"features": {
"benchmarks": {
"description": "Build Benchmarks",
"dependencies": [{"name":"benchmark", "version>=":"1.7.1"}]
},
"azurelibs": {
"description": "Build Azure-specific code",
"dependencies": [{"name":"azure-identity-cpp"}]
}
}
}