cppcheck/cli
Kimmo Varis c85c0fbabc Add simple CMake build files to build lib and cli.
Apparently not everybody wants to use QMake to build cppcheck. Which is
understandable if you only want to hack on/build lib and cli. Qt and QMake are
pretty lot to install for just that.

So lets start using CMake. It is widely used and is "just" build system and not
programming framework. CMake is also easy to use for building Qt software too
so it can replace QMake.

This first commit only builds lib and cli for Linux.
2009-12-15 22:27:17 +02:00
..
CMakeLists.txt Add simple CMake build files to build lib and cli. 2009-12-15 22:27:17 +02:00
cli.pro use checked STL in debugmode 2009-11-28 18:29:32 +01:00
cppcheck.rc version 1.39 2009-12-06 13:34:51 +01:00
cppcheck.vcproj Visual Studio: Manually edited the vcproj files. The absolute paths were replaced with relative paths 2009-10-28 20:15:56 +01:00
cppcheckexecutor.cpp restructuring the folder structure 2009-10-25 21:20:42 +01:00
cppcheckexecutor.h restructuring the folder structure 2009-10-25 21:20:42 +01:00
main.cpp version 1.39 2009-12-06 13:34:51 +01:00
resource.h Restructuring: Updated the Visual Studio project files. They are now generated by qmake 2009-10-28 17:37:38 +01:00
threadexecutor.cpp restructuring the folder structure 2009-10-25 21:20:42 +01:00
threadexecutor.h restructuring the folder structure 2009-10-25 21:20:42 +01:00