Skip to content

Commit

Permalink
CMake/CodeCoverage: Add source reference
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Müller <[email protected]>
  • Loading branch information
marcusmueller committed Nov 5, 2023
1 parent 7d25032 commit b458735
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ add_subdirectory(docs)
# Setup Coverage
########################################################################
if(${CMAKE_BUILD_TYPE} STREQUAL "Coverage")
# Use CodeCoverage based on Lars Bilke's
# https://github.com/bilke/cmake-modules , with extensive
# modifications as done in the past for GNU Radio.
include(CodeCoverage)
append_coverage_compiler_flags()
setup_target_for_coverage_gcovr_html(
Expand Down

0 comments on commit b458735

Please sign in to comment.