mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
Merge branch 'code-coverage-cmake' of https://github.com/mscofield0/ModernCppStarter-1 into code-coverage-cmake
This commit is contained in:
commit
a1131e74c9
1 changed files with 1 additions and 1 deletions
|
@ -65,4 +65,4 @@ if(ENABLE_TEST_COVERAGE)
|
|||
|
||||
target_code_coverage(Greeter EXCLUDE ${CCOV_EXCLUDES})
|
||||
target_code_coverage(GreeterTests AUTO EXCLUDE ${CCOV_EXCLUDES})
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue