cppcheck/externals/tinyxml/CMakeLists.txt

7 lines
98 B
CMake
Raw Normal View History

2015-02-13 19:00:14 +01:00
file(GLOB hdrs "*.h")
file(GLOB srcs "*.cpp")
add_library(tinyxml_objs OBJECT ${srcs} ${hdrs})
2015-02-13 19:00:14 +01:00