forked from dmf-mxl/mxl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
39 lines (39 loc) · 755 Bytes
/
vcpkg.json
File metadata and controls
39 lines (39 loc) · 755 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
{
"name": "catch2",
"version>=": "3.11.0#0"
},
{
"name": "stduuid",
"version>=": "1.2.3",
"features": [
"system-gen",
"gsl-span"
]
},
{
"name": "spdlog",
"version>=": "1.16.0#0"
},
{
"name": "fmt",
"version>=": "12.1.0#0"
},
{
"name": "picojson",
"version>=": "1.3.0#3"
},
{
"name": "cli11",
"version>=": "2.6.1#0"
},
{
"name": "pcapplusplus",
"version>=": "25.5#0",
"platform": "linux"
}
],
"builtin-baseline": "4002e3abc6d3e468c73d2d9777a7dd96af5dc224"
}