From ce198f85fc71b843323cab8907abca658a11514a Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Sat, 26 Mar 2011 13:20:10 +0100 Subject: [PATCH] Addition of a file name in a CMake script (bug #2524, #1690) A few source files were added because of the feature request "Ability to exclude files and directories from checks". https://github.com/danmar/cppcheck/commit/6401271ceb85ff93a697b2c09fb4765a560fb7a3 A CMake build script was updated for these changes. Signed-off-by: Markus Elfring --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index afbd62e88..f04501720 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -27,6 +27,7 @@ SET(CHECKTEST_SRCS testoptions.cpp testother.cpp testpath.cpp + testpathmatch.cpp testpostfixoperator.cpp testpreprocessor.cpp testrunner.cpp