test_pie/external/tinyxml/CMakeLists.txt
2023-09-14 11:12:02 +02:00

5 lines
77 B
CMake

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