AndroidMgr: fixed package build

This commit is contained in:
Maksim Shabunin
2015-06-03 19:01:48 +03:00
parent 1d7d22e117
commit 7ee79b73f6
5 changed files with 5 additions and 5 deletions

View File

@@ -54,6 +54,6 @@ if(ENABLE_SOLUTION_FOLDERS)
endif()
if(NOT BUILD_SHARED_LIBS)
ocv_install_target(${WEBP_LIBRARY} EXPORT OpenCVModules ARCHIVE DESTINATION ${OPENCV_3P_LIB_INSTALL_PATH} COMPONENT main)
ocv_install_target(${WEBP_LIBRARY} EXPORT OpenCVModules ARCHIVE DESTINATION ${OPENCV_3P_LIB_INSTALL_PATH} COMPONENT dev)
endif()