test_pie/external/tinyxml/CMakeLists.txt

5 lines
77 B
CMake
Raw Permalink Normal View History

2023-09-14 11:12:02 +02:00
file(GLOB_RECURSE SRCS ./*.cpp ./*.h)
add_library(tinyxml STATIC ${SRCS})