summaryrefslogtreecommitdiffstats
path: root/cmake/scripts/android/Install.cmake
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2018-08-30 00:42:04 +0200
committermanuel <manuel@mausz.at>2018-08-30 00:42:04 +0200
commit2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a (patch)
treecc9e1f8ea69eebca8416677b2470a5b3f11a850e /cmake/scripts/android/Install.cmake
parentb3d195f0188758a14875a5a2f270e4fd190a679f (diff)
downloadkodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.tar.gz
kodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.tar.bz2
kodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.zip
sync with upstream
Diffstat (limited to 'cmake/scripts/android/Install.cmake')
-rw-r--r--cmake/scripts/android/Install.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/scripts/android/Install.cmake b/cmake/scripts/android/Install.cmake
index cc53607..a0fa155 100644
--- a/cmake/scripts/android/Install.cmake
+++ b/cmake/scripts/android/Install.cmake
@@ -151,6 +151,8 @@ foreach(lib IN LISTS required_dyload dyload_optional ITEMS Shairplay)
151 add_bundle_file(${DEPENDS_PATH}/lib/${lib_so} ${libdir} "") 151 add_bundle_file(${DEPENDS_PATH}/lib/${lib_so} ${libdir} "")
152 endif() 152 endif()
153endforeach() 153endforeach()
154add_bundle_file(${ASS_LIBRARY} ${libdir} "")
155add_bundle_file(${BLURAY_LIBRARY} ${libdir} "")
154add_bundle_file(${SMBCLIENT_LIBRARY} ${libdir} "") 156add_bundle_file(${SMBCLIENT_LIBRARY} ${libdir} "")
155 157
156# Main targets from Makefile.in 158# Main targets from Makefile.in