changing the names of the opencv libraries for android, all except 3rd parties have opencv_ prepended

This commit is contained in:
Ethan Rublee
2010-11-09 17:59:27 +00:00
parent 9130d5bae1
commit ed13422681
3 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ endmacro()
macro(define_opencv_module name)
file(GLOB lib_srcs "src/*.cpp")
file(GLOB lib_int_hdrs "src/*.h*")
define_android_manual(${name} "${lib_srcs}" "$(LOCAL_PATH)/src $(OPENCV_INCLUDES)")
define_android_manual(opencv_${name} "${lib_srcs}" "$(LOCAL_PATH)/src $(OPENCV_INCLUDES)")
endmacro()