aseprite/third_party/tinyxml/CMakeLists.txt

13 lines
337 B
CMake
Raw Normal View History

# ASEPRITE
# Copyright (C) 2020 Igara Studio S.A.
2013-01-27 15:13:13 +00:00
# Copyright (C) 2001-2013 David Capello
2010-08-11 00:49:32 +00:00
add_library(tinyxml
tinyxml.cpp
tinyxmlerror.cpp
tinyxmlparser.cpp)
# Use std::string instead of TiXmlString (we've found some threading
# issues related to TiXmlString::nullrep_)
target_compile_definitions(tinyxml PUBLIC TIXML_USE_STL)