opencv/modules/stitching/CMakeLists.txt

10 lines
320 B
CMake
Raw Normal View History

if(IOS)
return()
endif()
if(ANDROID)
define_opencv_module(stitching opencv_core opencv_imgproc opencv_features2d opencv_calib3d opencv_flann opencv_objdetect)
else()
define_opencv_module(stitching opencv_core opencv_imgproc opencv_features2d opencv_calib3d opencv_flann opencv_objdetect opencv_gpu)
endif()