From 5f8335c1e49ce108ef3481863833c98efa00411b Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 2 Jul 2020 23:09:26 +0200 Subject: sync with upstream --- cmake/addons/depends/common/tinyxml/CMakeLists.txt | 22 ---------------------- cmake/addons/depends/common/tinyxml/tinyxml.sha256 | 1 - cmake/addons/depends/common/tinyxml/tinyxml.txt | 1 - 3 files changed, 24 deletions(-) delete mode 100644 cmake/addons/depends/common/tinyxml/CMakeLists.txt delete mode 100644 cmake/addons/depends/common/tinyxml/tinyxml.sha256 delete mode 100644 cmake/addons/depends/common/tinyxml/tinyxml.txt (limited to 'cmake/addons/depends/common/tinyxml') diff --git a/cmake/addons/depends/common/tinyxml/CMakeLists.txt b/cmake/addons/depends/common/tinyxml/CMakeLists.txt deleted file mode 100644 index ec396ee..0000000 --- a/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/cmake/addons/depends/common/tinyxml/tinyxml.sha256 b/cmake/addons/depends/common/tinyxml/tinyxml.sha256 deleted file mode 100644 index 78c07c8..0000000 --- a/cmake/addons/depends/common/tinyxml/tinyxml.sha256 +++ /dev/null @@ -1 +0,0 @@ -8164c9ad48b9028667768a584d62f7760cfbfb90d0dd6214ad174403058da10c diff --git a/cmake/addons/depends/common/tinyxml/tinyxml.txt b/cmake/addons/depends/common/tinyxml/tinyxml.txt deleted file mode 100644 index f8e05e8..0000000 --- a/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