-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfetchcontent-lockfile.json
More file actions
43 lines (43 loc) · 1.19 KB
/
Copy pathfetchcontent-lockfile.json
File metadata and controls
43 lines (43 loc) · 1.19 KB
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
{
"dependencies": [
{
"name": "mb_pre_commit",
"git_repository": "https://github.com/devmarkusb/pre-commit",
"git_tag": "v3.0.0",
"cmake_include": "cmake/mb-pre-commit.cmake"
},
{
"name": "mb_dot_clangformat",
"git_repository": "https://github.com/devmarkusb/dot-clangformat",
"git_tag": "v1.4.0",
"cmake_include": "cmake/mb-dot-clang-format.cmake",
"cmake_variables": {
"MB_DOT_CLANG_FORMAT_CLANG_FORMAT_MAJOR": "22"
}
},
{
"name": "mb_dot_clangtidy",
"git_repository": "https://github.com/devmarkusb/dot-clangtidy",
"git_tag": "v1.0.0",
"cmake_include": "cmake/mb-dot-clang-tidy.cmake",
"cmake_variables": {
"MB_DOT_CLANG_TIDY_CLANG_TIDY_MAJOR": "22"
}
},
{
"name": "googletest",
"package_name": "GTest",
"git_repository": "https://github.com/google/googletest.git",
"git_tag": "v1.17.0"
},
{
"name": "googlebenchmark",
"package_name": "benchmark",
"git_repository": "https://github.com/google/benchmark.git",
"git_tag": "v1.9.5",
"cmake_variables": {
"BENCHMARK_ENABLE_WERROR": "OFF"
}
}
]
}