Commit 9fb55c7512dd07c4b10942a5e4df1b04451a8a49
1 parent
c6c6cf69
install stl for android
Showing
1 changed file
with
2 additions
and
0 deletions
share/openbr/cmake/InstallDependencies.cmake
| ... | ... | @@ -116,6 +116,8 @@ function(install_qt_misc) |
| 116 | 116 | file(GLOB d3dcomp ${_qt5Core_install_prefix}/bin/d3dcompiler_*.dll) |
| 117 | 117 | install(FILES ${d3dcomp} DESTINATION bin) |
| 118 | 118 | install(FILES ${_qt5Core_install_prefix}/plugins/platforms/qwindows${BR_INSTALL_DEPENDENCIES_SUFFIX}.dll DESTINATION bin/platforms) |
| 119 | + elseif(ANDROID) | |
| 120 | + install(FILES ${__libstl} DESTINATION lib) | |
| 119 | 121 | elseif(UNIX AND NOT APPLE) |
| 120 | 122 | file(GLOB icudlls ${_qt5Core_install_prefix}/lib/libicu*.so*) |
| 121 | 123 | install(FILES ${icudlls} DESTINATION lib) | ... | ... |