Skip to content
Snippets Groups Projects
Commit 3bec6de1 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

Make clang-tidy work for dune-gdt

parent f398816c
No related branches found
No related tags found
1 merge request!94Some more clang-tidy fixes
Subproject commit 92db88698cf7655caff87cc3d7a1f3f11ea5518c
Subproject commit 194577ed77af3d15f11c898f00084c4b1458cd74
......@@ -41,6 +41,16 @@ macro(ADD_TIDY)
dune_symlink_to_source_files(FILES .clang-tidy)
message(STATUS "adding tidy target")
set(BASE ${PROJECT_SOURCE_DIR}/dune/xt/)
file(
GLOB_RECURSE
_files
"${BASE}/*.hh"
"${BASE}/*.h"
"${BASE}/*.cc"
"${BASE}/*.cxx"
"${BASE}/*.cpp"
"${BASE}/*.c")
set(BASE ${PROJECT_SOURCE_DIR}/dune/gdt/)
file(
GLOB_RECURSE
_files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment