opencv/modules/superres/CMakeLists.txt

12 lines
415 B
CMake
Raw Normal View History

if(IOS OR WINRT)
2013-02-25 18:33:00 +08:00
ocv_module_disable(superres)
endif()
set(the_description "Super Resolution")
2017-04-05 07:30:16 +08:00
if(HAVE_CUDA)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wshadow)
endif()
ocv_define_module(superres opencv_imgproc opencv_video
2015-02-24 23:38:12 +08:00
OPTIONAL opencv_videoio opencv_cudaarithm opencv_cudafilters opencv_cudawarping opencv_cudaimgproc opencv_cudaoptflow opencv_cudacodec
WRAP python)