-
- Downloads
Implements an analogon to autotools "make headercheck" and adds package found summaries
Exclusion from the headercheck can be achieved in a CMakeLists.txt file via the following macros: exclude_from_headercheck(list...) exclude_dir_from_headercheck() exclude_all_but_from_headercheck(list...) When not excluded, all headers matching dune/*.hh or src/*.hh will be checked. Unlike with autotools, make headercheck can only be called on the toplevel module directory and then run on all module headers. In contrast to autotools, CMake will cache the results and rerun only checks on changed headers.
Showing
- cmake/modules/DuneBoost.cmake 9 additions, 1 deletioncmake/modules/DuneBoost.cmake
- cmake/modules/DuneMacros.cmake 28 additions, 0 deletionscmake/modules/DuneMacros.cmake
- cmake/modules/FindGMP.cmake 8 additions, 0 deletionscmake/modules/FindGMP.cmake
- cmake/modules/FindMETIS.cmake 7 additions, 0 deletionscmake/modules/FindMETIS.cmake
- cmake/modules/FindParMETIS.cmake 7 additions, 0 deletionscmake/modules/FindParMETIS.cmake
- cmake/modules/Headercheck.cmake 69 additions, 0 deletionscmake/modules/Headercheck.cmake
- cmake/scripts/FinalizeHeadercheck.cmake 9 additions, 0 deletionscmake/scripts/FinalizeHeadercheck.cmake
cmake/modules/Headercheck.cmake
0 → 100644
cmake/scripts/FinalizeHeadercheck.cmake
0 → 100644
Please register or sign in to comment