mirror of https://github.com/axmolengine/axmol.git
8 lines
83 B
CMake
8 lines
83 B
CMake
|
set(TINYXML2_SRC
|
||
|
tinyxml2.cpp
|
||
|
)
|
||
|
|
||
|
add_library(tinyxml2 STATIC
|
||
|
${TINYXML2_SRC}
|
||
|
)
|