Skip to content

Commit fee59c8

Browse files
committed
Add code coverage support (Unix only)
1 parent 1a01af9 commit fee59c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ endif()
2121
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
2222

2323
# Compiler features
24+
include(CodeCoverage)
2425
include(SetCompilerFeatures)
2526
include(SetCompilerWarnings)
2627
include(SetPlatformFeatures)

0 commit comments

Comments
 (0)