From 499285d23bd33f0b45993dd702d1348b896180da Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 8 Oct 2019 16:15:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMLibCommon.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/CMLibCommon.cmake b/CMLibCommon.cmake index af70438..2ed57d7 100644 --- a/CMLibCommon.cmake +++ b/CMLibCommon.cmake @@ -35,6 +35,7 @@ include(CMLibCodeAnalysisPvsStudio) include(CMLibCodeAnalysisClangAnalyze) include(CMLibCodeAnalysisClangTidy) include(CMLibCodeAnalysisClazy) +include(CMLibCodeCoverage) include(CMLibSanitizers) include(cotire)