test_pie/external/tinyxml/CMakeLists.txt

5 lines
77 B
CMake

file(GLOB_RECURSE SRCS ./*.cpp ./*.h)
add_library(tinyxml STATIC ${SRCS})