diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0498903..0475ff3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -278,3 +278,11 @@ install( ) add_subdirectory(gmenuharness) + +# coverage reporting +set(COVERAGE_TARGETS + ${COVERAGE_TARGETS} + indicator-sound-service-lib + indicator-sound-service-bin + PARENT_SCOPE +) |