diff --git a/CMakeLists.txt b/CMakeLists.txt index ddb34b493d..ed11ace281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ enable_testing() include_directories(matrix) -file(GLOB_RECURSE COV_SRCS matrix/*.hpp test/*.cpp) +file(GLOB_RECURSE COV_SRCS matrix/*.hpp matrix/*.cpp) # Setup the coveralls target and tell it to gather # coverage data for all the lib sources.