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
/
simplecpp
/
CMakeLists.txt
7 lines
100 B
CMake
Raw
Blame
History
file
(
GLOB
hdrs
"*.h"
)
file
(
GLOB
srcs
"*.cpp"
)
add_library
(
simplecpp_objs
OBJECT
${
srcs
}
${
hdrs
}
)
Reference in New Issue
View Git Blame
Copy Permalink