From 933ee55b854bc1067a2cc3c5c3c3be1bb45e0ecd Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Tue, 6 Dec 2016 06:54:23 +0100 Subject: [PATCH] Add ECMCoverageOption --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a13a0d..537d8d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,8 @@ include(KDECMakeSettings) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(ECMQtDeclareLoggingCategory) include(ECMAddTests) +include(ECMCoverageOption) + set(PIM_VERSION "5.4.40") set(MAILCOMMON_LIB_VERSION ${PIM_VERSION})