From f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 4 Jun 2017 16:57:49 +0200 Subject: sync with upstream --- .../addons/depends/common/tinyxml/CMakeLists.txt | 22 ---------------------- .../addons/depends/common/tinyxml/tinyxml.txt | 1 - 2 files changed, 23 deletions(-) delete mode 100644 project/cmake/addons/depends/common/tinyxml/CMakeLists.txt delete mode 100644 project/cmake/addons/depends/common/tinyxml/tinyxml.txt (limited to 'project/cmake/addons/depends/common/tinyxml') diff --git a/project/cmake/addons/depends/common/tinyxml/CMakeLists.txt b/project/cmake/addons/depends/common/tinyxml/CMakeLists.txt deleted file mode 100644 index ec396ee..0000000 --- a/project/cmake/addons/depends/common/tinyxml/CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ -cmake_minimum_required(VERSION 3.1) -project(tinyxml) - -set(SOURCES src/tinystr.cpp - src/tinyxml.cpp - src/tinyxmlerror.cpp - src/tinyxmlparser.cpp) - -if(WIN32) - add_definitions(-DWIN32 -D_LIB) -endif() -add_definitions(-DTIXML_USE_STL) - -add_library(tinyxml ${SOURCES}) - -include_directories(${PROJECT_SOURCE_DIR}/include) - -set(HEADERS ${PROJECT_SOURCE_DIR}/include/tinystr.h - ${PROJECT_SOURCE_DIR}/include/tinyxml.h) - -install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include) -install(TARGETS tinyxml DESTINATION ${CMAKE_INSTALL_PREFIX}/lib) diff --git a/project/cmake/addons/depends/common/tinyxml/tinyxml.txt b/project/cmake/addons/depends/common/tinyxml/tinyxml.txt deleted file mode 100644 index f8e05e8..0000000 --- a/project/cmake/addons/depends/common/tinyxml/tinyxml.txt +++ /dev/null @@ -1 +0,0 @@ -tinyxml http://mirrors.kodi.tv/build-deps/sources/tinyxml-2.6.2_2.tar.gz -- cgit v1.2.3