From 6aa9bd0f77dcb5128167fae62e32aa5252fe85c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 2 Dec 2013 00:55:24 +0100 Subject: Renew the updater branch Now with some actual consensus on what the updater will do! --- mmc_updater/depends/tinyxml/CMakeLists.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mmc_updater/depends/tinyxml/CMakeLists.txt (limited to 'mmc_updater/depends/tinyxml/CMakeLists.txt') diff --git a/mmc_updater/depends/tinyxml/CMakeLists.txt b/mmc_updater/depends/tinyxml/CMakeLists.txt new file mode 100644 index 00000000..25c9bb92 --- /dev/null +++ b/mmc_updater/depends/tinyxml/CMakeLists.txt @@ -0,0 +1,24 @@ +# TinyXML 1.0.1 +project(tinyxml) + +cmake_minimum_required(VERSION 2.6) + +Add_definitions(-DTIXML_USE_STL) + +set(SOURCES + tinystr.cpp + tinyxml.cpp + tinyxmlerror.cpp + tinyxmlparser.cpp +) + +set(HEADERS + tinystr.h + tinyxml.h +) + +add_library(tinyxml + ${SOURCES} + ${HEADERS} +) + -- cgit v1.2.3