Updating opencv module definition in cmake (continued)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
if(IOS)
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
define_opencv_module(stitching opencv_core opencv_imgproc opencv_features2d opencv_calib3d opencv_flann opencv_objdetect)
|
||||
else()
|
||||
|
Reference in New Issue
Block a user