CMake - reorder files in lib's makefile.

This commit is contained in:
Kimmo Varis 2009-12-17 20:16:28 +02:00
parent cf071ccdad
commit a669ef0ed4
1 changed files with 10 additions and 10 deletions

View File

@ -4,22 +4,22 @@
SET(CHECKLIB_SRCS
checkautovariables.cpp
checkmemoryleak.cpp
filelister.cpp
checkbufferoverrun.cpp
checkother.cpp
mathlib.cpp
checkclass.cpp
checkstl.cpp
preprocessor.cpp
checkdangerousfunctions.cpp
checkunusedfunctions.cpp
settings.cpp
checkexceptionsafety.cpp
cppcheck.cpp
token.cpp
checkheaders.cpp
checkmemoryleak.cpp
checkother.cpp
checkstl.cpp
checkunusedfunctions.cpp
cppcheck.cpp
errorlogger.cpp
filelister.cpp
mathlib.cpp
preprocessor.cpp
settings.cpp
token.cpp
tokenize.cpp
)