mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
6 lines
290 B
CMake
6 lines
290 B
CMake
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()
|