summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 39b9a65..23ce731 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,7 @@ if(${EXTFS_ENABLE_TESTS})
OUTPUT coverage
DEPENDENCIES ${CUTE_TARGETS}
SOURCE_DIRECTORIES "${PROJECT_SOURCE_DIR}/src/fs/*"
- "${PROJECT_SOURCE_DIR}/include/fs/**/*.hpp"
+ "${PROJECT_SOURCE_DIR}/include/fs/**.hpp"
QUIET
HTML_REPORT
)