forked from franneck94/CppProjectTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
30 lines (30 loc) · 654 Bytes
/
Copy pathvcpkg.json
File metadata and controls
30 lines (30 loc) · 654 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
{
"name": "test",
"version-string": "0.1.0",
"dependencies": [
{
"name": "nlohmann-json",
"version>=": "3.11.2"
},
{
"name": "fmt",
"version>=": "9.1.0"
},
{
"name": "spdlog",
"version>=": "1.11.0"
},
{
"name": "catch2",
"version>=": "2.13.9"
},
{
"name": "cxxopts",
"version>=": "3.0.0"
}
],
"overrides": [
{ "name": "catch2", "version": "2.13.9" }
],
"builtin-baseline": "4cb4a5c5ddcb9de0c83c85837ee6974c8333f032"
}