cppcheck/externals/simplecpp/CMakeLists.txt

7 lines
100 B
CMake
Raw Normal View History

file(GLOB hdrs "*.h")
file(GLOB srcs "*.cpp")
add_library(simplecpp_objs OBJECT ${srcs} ${hdrs})