aboutsummaryrefslogtreecommitdiff
path: root/cmake/addons
diff options
context:
space:
mode:
authorAlwin Esch <alwin.esch@web.de>2020-02-01 21:50:42 +0100
committerAlwin Esch <alwin.esch@web.de>2020-02-01 21:58:10 +0100
commitcf1ca09a284569b44af23188235d56991991848d (patch)
tree83e0df4b969d4eba80ee6fa188ac89f96c376e79 /cmake/addons
parent01a018e1d7737f6547e93f13a769625a665a83c6 (diff)
[cmake][addons] remove tinyxml from addon depends
Allow addon itself to add if needed.
Diffstat (limited to 'cmake/addons')
-rw-r--r--cmake/addons/depends/common/tinyxml/CMakeLists.txt22
-rw-r--r--cmake/addons/depends/common/tinyxml/tinyxml.sha2561
-rw-r--r--cmake/addons/depends/common/tinyxml/tinyxml.txt1
3 files changed, 0 insertions, 24 deletions
diff --git a/cmake/addons/depends/common/tinyxml/CMakeLists.txt b/cmake/addons/depends/common/tinyxml/CMakeLists.txt
deleted file mode 100644
index ec396eeb40..0000000000
--- 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 78c07c85ac..0000000000
--- 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 f8e05e8756..0000000000
--- 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