1
0
Fork 0

CMake: Added log message for coverage.

This commit is contained in:
madmaxoft 2014-06-27 11:02:28 +02:00
parent f68dc6210f
commit 78442edf1d
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ endmacro()
macro(set_flags)
# Add coverage processing, if requested:
if (BUILD_WITH_COVERAGE)
message("Including CodeCoverage")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/lib/cmake-coverage/")
include(CodeCoverage)
endif()