aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMCoverageOption.cmake
AgeCommit message (Collapse)Author
2014-09-11Make code coverage possible in any KDE projectAleix Pol
Introduces a BUILD_COVERAGE option from a ECMCoverageOption file so that projects can easily enable code coverage in their applications. Furthermore, KDECompilerSettings does include that by default, so all proper KDE projects have the option by default. REVIEW: 120118