Java wrapper is adapted for cv::String

This commit is contained in:
Andrey Kamaev
2013-03-20 20:46:22 +04:00
parent 707d3e0a62
commit 688d170de7
3 changed files with 40 additions and 38 deletions

View File

@@ -272,6 +272,8 @@ endif(ANDROID)
add_library(${the_module} SHARED ${handwrittren_h_sources} ${handwrittren_cpp_sources} ${generated_cpp_sources}
${copied_files}
"${JAR_FILE}" "${JAR_FILE}.dephelper")
set_target_properties(${the_module} PROPERTIES COMPILE_DEFINITIONS OPENCV_NOSTL)
if(BUILD_FAT_JAVA_LIB)
set(__deps ${OPENCV_MODULE_${the_module}_DEPS} ${OPENCV_MODULES_BUILD})
list(REMOVE_ITEM __deps ${the_module} opencv_ts)