cmake_minimum_required( VERSION 2.8 FATAL_ERROR )
add_library(tinyxml tinystr.cpp tinyxml.cpp tinyxmlerror.cpp tinyxmlparser.cpp)
