axmol/external/tinyxml2/CMakeLists.txt

8 lines
83 B
CMake

set(TINYXML2_SRC
tinyxml2.cpp
)
add_library(tinyxml2 STATIC
${TINYXML2_SRC}
)