Skip to content
Snippets Groups Projects
Commit 783c0d42 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Updated submodule cmake-modules.

parent 8359e71a
No related branches found
No related tags found
No related merge requests found
Subproject commit fd2bac17f5417f7b8b2a45e08333e1a88ebc04da Subproject commit 0b3d10742007af4705ee2b11022127797bb83b54
include(CodeCoverage) include(CodeCoverage)
append_coverage_compiler_flags() append_coverage_compiler_flags()
set(COVERAGE_GCOVR_EXCLUDES set(COVERAGE_EXCLUDES
${PROJECT_BINARY_DIR}/.* ${PROJECT_BINARY_DIR}/.*
Applications/CLI/.* ${PROJECT_SOURCE_DIR}/Applications/CLI/.*
ProcessLib/.* ${PROJECT_SOURCE_DIR}/ProcessLib/.*
.*Tests/.* ${PROJECT_SOURCE_DIR}/.*Tests/.*
ThirdParty/.* ${PROJECT_SOURCE_DIR}/ThirdParty/.*
) )
if(LCOV_PATH AND GENHTML_PATH) if(LCOV_PATH AND GENHTML_PATH)
......
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