From 9fb55c7512dd07c4b10942a5e4df1b04451a8a49 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Tue, 19 Jan 2016 15:20:44 -0500 Subject: [PATCH] install stl for android --- share/openbr/cmake/InstallDependencies.cmake | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/share/openbr/cmake/InstallDependencies.cmake b/share/openbr/cmake/InstallDependencies.cmake index c9e7b73..9106db7 100644 --- a/share/openbr/cmake/InstallDependencies.cmake +++ b/share/openbr/cmake/InstallDependencies.cmake @@ -116,6 +116,8 @@ function(install_qt_misc) file(GLOB d3dcomp ${_qt5Core_install_prefix}/bin/d3dcompiler_*.dll) install(FILES ${d3dcomp} DESTINATION bin) install(FILES ${_qt5Core_install_prefix}/plugins/platforms/qwindows${BR_INSTALL_DEPENDENCIES_SUFFIX}.dll DESTINATION bin/platforms) + elseif(ANDROID) + install(FILES ${__libstl} DESTINATION lib) elseif(UNIX AND NOT APPLE) file(GLOB icudlls ${_qt5Core_install_prefix}/lib/libicu*.so*) install(FILES ${icudlls} DESTINATION lib) -- libgit2 0.21.4