mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
android: move .a files into 'staticlibs' directory
to reduce overhead of gradle builds
This commit is contained in:
@@ -958,7 +958,7 @@ macro(_ocv_create_module)
|
||||
ocv_install_target(${the_module} EXPORT OpenCVModules OPTIONAL
|
||||
RUNTIME DESTINATION ${OPENCV_BIN_INSTALL_PATH} COMPONENT libs
|
||||
LIBRARY DESTINATION ${OPENCV_LIB_INSTALL_PATH} COMPONENT libs NAMELINK_SKIP
|
||||
ARCHIVE DESTINATION ${OPENCV_LIB_INSTALL_PATH} COMPONENT dev
|
||||
ARCHIVE DESTINATION ${OPENCV_LIB_ARCHIVE_INSTALL_PATH} COMPONENT dev
|
||||
)
|
||||
endif()
|
||||
if("${_target_type}" STREQUAL "SHARED_LIBRARY")
|
||||
|
||||
Reference in New Issue
Block a user