openclonk/thirdparty/tinyxml/CMakeLists.txt

13 lines
197 B
CMake
Raw Normal View History

2011-01-25 20:28:44 +00:00
add_library(tinyxml
tinystr.cpp
tinystr.h
tinyxml.cpp
tinyxml.h
tinyxmlerror.cpp
tinyxmlparser.cpp
)
if(GTK3_FOUND)
target_include_directories(tinyxml PRIVATE ${GTK3_INCLUDE_DIRS})
endif()