-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfetchcontent-lockfile.json
More file actions
34 lines (34 loc) · 968 Bytes
/
Copy pathfetchcontent-lockfile.json
File metadata and controls
34 lines (34 loc) · 968 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
{
"dependencies": [
{
"name": "mb_pre_commit",
"git_repository": "https://github.com/devmarkusb/pre-commit",
"git_tag": "v4.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"
}
]
}