Started to merge @ZobyTwo cmake branch
This commit is contained in:
9
thirdparty/tinyxml/CMakeLists.txt
vendored
Normal file
9
thirdparty/tinyxml/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
set(SOURCES
|
||||
#tinystr.cpp as we use -DTIXML_USE_STL
|
||||
tinyxmlerror.cpp
|
||||
tinyxmlparser.cpp
|
||||
tinyxml.cpp)
|
||||
|
||||
add_definitions(-DTIXML_USE_STL)
|
||||
|
||||
add_library(tinyxml ${SOURCES})
|
||||
Reference in New Issue
Block a user