From b619538aa3de9da793b776e9d57c9d2de8ee8ada Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Thu, 17 Dec 2009 20:19:55 +0200 Subject: [PATCH] CMake - add missing file in lib. --- lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index d4fd0e2b9..fed1305f1 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -15,6 +15,7 @@ SET(CHECKLIB_SRCS checkunusedfunctions.cpp cppcheck.cpp errorlogger.cpp + executionpath.cpp filelister.cpp mathlib.cpp preprocessor.cpp