Skip to content

Commit

Permalink
Merge pull request #74 from AlwinEsch/Matrix-change
Browse files Browse the repository at this point in the history
add kodi-platform, p8-platform and tinyxml to addon itself as depends
  • Loading branch information
AlwinEsch authored Feb 26, 2020
2 parents 6851da2 + e3dcc0e commit 23e9773
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions depends/common/kodi-platform/deps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tinyxml
p8-platform
1 change: 1 addition & 0 deletions depends/common/kodi-platform/kodi-platform.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kodi-platform https://github.com/xbmc/kodi-platform 809c5e9d711e378561440a896fcb7dbcd009eb3d
1 change: 1 addition & 0 deletions depends/common/p8-platform/p8-platform.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
p8-platform https://github.com/xbmc/platform.git cee64e9dc0b69e8d286dc170a78effaabfa09c44
22 changes: 22 additions & 0 deletions depends/common/tinyxml/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
cmake_minimum_required(VERSION 3.5)
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)
1 change: 1 addition & 0 deletions depends/common/tinyxml/tinyxml.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8164c9ad48b9028667768a584d62f7760cfbfb90d0dd6214ad174403058da10c
1 change: 1 addition & 0 deletions depends/common/tinyxml/tinyxml.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tinyxml http://mirrors.kodi.tv/build-deps/sources/tinyxml-2.6.2_2.tar.gz
1 change: 1 addition & 0 deletions depends/windowsstore/p8-platform/p8-platform.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
p8-platform https://github.com/afedchin/platform.git win10

0 comments on commit 23e9773

Please sign in to comment.