CMake - reorder files in lib's makefile.
This commit is contained in:
parent
cf071ccdad
commit
a669ef0ed4
|
@ -4,22 +4,22 @@
|
||||||
|
|
||||||
SET(CHECKLIB_SRCS
|
SET(CHECKLIB_SRCS
|
||||||
checkautovariables.cpp
|
checkautovariables.cpp
|
||||||
checkmemoryleak.cpp
|
|
||||||
filelister.cpp
|
|
||||||
checkbufferoverrun.cpp
|
checkbufferoverrun.cpp
|
||||||
checkother.cpp
|
|
||||||
mathlib.cpp
|
|
||||||
checkclass.cpp
|
checkclass.cpp
|
||||||
checkstl.cpp
|
|
||||||
preprocessor.cpp
|
|
||||||
checkdangerousfunctions.cpp
|
checkdangerousfunctions.cpp
|
||||||
checkunusedfunctions.cpp
|
|
||||||
settings.cpp
|
|
||||||
checkexceptionsafety.cpp
|
checkexceptionsafety.cpp
|
||||||
cppcheck.cpp
|
|
||||||
token.cpp
|
|
||||||
checkheaders.cpp
|
checkheaders.cpp
|
||||||
|
checkmemoryleak.cpp
|
||||||
|
checkother.cpp
|
||||||
|
checkstl.cpp
|
||||||
|
checkunusedfunctions.cpp
|
||||||
|
cppcheck.cpp
|
||||||
errorlogger.cpp
|
errorlogger.cpp
|
||||||
|
filelister.cpp
|
||||||
|
mathlib.cpp
|
||||||
|
preprocessor.cpp
|
||||||
|
settings.cpp
|
||||||
|
token.cpp
|
||||||
tokenize.cpp
|
tokenize.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue