-
-
Notifications
You must be signed in to change notification settings - Fork 359
/
vcpkg.json
38 lines (38 loc) · 813 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",
"dependencies": [
"better-enums",
"boost-algorithm",
"boost-bimap",
"boost-circular-buffer",
"boost-container-hash",
"boost-date-time",
"boost-functional",
"boost-integer",
"boost-interprocess",
"boost-iterator",
"boost-lexical-cast",
"boost-locale",
"boost-multi-index",
"boost-numeric-conversion",
"boost-outcome",
"boost-parameter",
"boost-pfr",
"boost-range",
"boost-signals2",
"cereal",
"cli11",
"concurrencpp",
"cppwinrt",
"detours",
"fmt",
"glog",
"gtest",
"lua",
"nlohmann-json",
"pegtl",
"sol2",
"wil"
],
"builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da"
}