opencv/modules/stitching/CMakeLists.txt

9 lines
361 B
CMake
Raw Normal View History

set(the_description "Images stitching")
2014-12-24 14:06:09 +01:00
if(HAVE_CUDA)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations -Wshadow)
2014-12-24 14:06:09 +01:00
endif()
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect
2015-01-15 14:14:13 +01:00
OPTIONAL opencv_cudaarithm opencv_cudafilters opencv_cudafeatures2d opencv_cudalegacy opencv_xfeatures2d)