axmol/external/tinyxml2/CMakeLists.txt

8 lines
83 B
CMake
Raw Normal View History

2013-11-02 14:44:54 +08:00
set(TINYXML2_SRC
tinyxml2.cpp
)
add_library(tinyxml2 STATIC
${TINYXML2_SRC}
)