diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 1b9d456740c..69ceb6919e2 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -107,8 +107,8 @@ SET(CHECK_TRANS cppcheck_nl.ts cppcheck_pl.ts cppcheck_ru.ts - cppcheck_se.ts cppcheck_sr.ts + cppcheck_sv.ts ) SET(CHECK_RCCS gui.qrc) @@ -147,9 +147,9 @@ SOURCE_GROUP("Header Files" FILES ${CHECK_HEADERS}) SOURCE_GROUP("Ui Files" ".ui$") SOURCE_GROUP("Moc Files" "moc_.*cxx$") -ADD_EXECUTABLE(gui WIN32 ${CHECKGUI_SRCS} ${CHECK_MOC_SRCS} ${CHECK_HEADERS} +ADD_EXECUTABLE(cppcheck-gui WIN32 ${CHECKGUI_SRCS} ${CHECK_MOC_SRCS} ${CHECK_HEADERS} ${CHECK_UIS_H} ${CHECK_RCC_SRCS} ${CPPCHECK_LIB_SOURCES}) -TARGET_LINK_LIBRARIES(gui ${CHECK_LIBS} ${PCRE_LIBRARIES} ${QT_LIBRARIES}) +TARGET_LINK_LIBRARIES(cppcheck-gui ${CHECK_LIBS} ${PCRE_LIBRARIES} ${QT_LIBRARIES}) ELSE(QT4_FOUND) message("GUI not built since QT4 not found.") diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 880dc24be0a..13d40551543 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -28,6 +28,7 @@ SET(CHECKTEST_SRCS testoptions.cpp testother.cpp testpath.cpp + testpathmatch.cpp testpostfixoperator.cpp testpreprocessor.cpp testrunner.cpp