This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
ab55b9eccb
cppcheck
/
externals
/
tinyxml
/
CMakeLists.txt
7 lines
98 B
CMake
Raw
Normal View
History
Unescape
Escape
Add CMake files
2015-02-13 19:00:14 +01:00
file
(
GLOB
hdrs
"*.h"
)
file
(
GLOB
srcs
"*.cpp"
)
Cmake object linkage. Fix #7128: (cppcheck 1.70 doesn't report any warnings)
2015-11-26 20:25:09 +01:00
add_library
(
tinyxml_objs
OBJECT
${
srcs
}
${
hdrs
}
)
Add CMake files
2015-02-13 19:00:14 +01:00