From c79ad45fce73a1ee4861ed97c0e17eb24571dceb Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Tue, 16 Jun 2015 16:40:18 +0300 Subject: [PATCH] Added interface libraries for android opencv_java --- modules/java/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/java/CMakeLists.txt b/modules/java/CMakeLists.txt index 0528fa486e..86c25f65ad 100644 --- a/modules/java/CMakeLists.txt +++ b/modules/java/CMakeLists.txt @@ -369,6 +369,7 @@ set_target_properties(${the_module} PROPERTIES if(ANDROID) ocv_target_link_libraries(${the_module} jnigraphics) # for Mat <=> Bitmap converters + ocv_target_link_libraries(${the_module} LINK_INTERFACE_LIBRARIES ${OPENCV_LINKER_LIBS} jnigraphics) # force strip library after the build command # because samples and tests will make a copy of the library before install