cppcheck/externals/simplecpp/CMakeLists.txt

5 lines
98 B
CMake
Raw Permalink Normal View History

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