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
Blame
History
file
(
GLOB
hdrs
"*.h"
)
file
(
GLOB
srcs
"*.cpp"
)
add_library
(
tinyxml_objs
OBJECT
${
srcs
}
${
hdrs
}
)
Reference in New Issue
View Git Blame
Copy Permalink