cmake_minimum_required (VERSION 3.4.1)

project(tinyxml2)

set(TARGET_NAME tinyxml2)

add_subdirectory(${TARGET_NAME})