Merge pull request #1263 from abidrahmank:pyCLAHE_24
[profile/ivi/opencv.git] / modules / superres / CMakeLists.txt
1 if(ANDROID OR IOS)
2   ocv_module_disable(superres)
3 endif()
4
5 set(the_description "Super Resolution")
6 ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 -Wundef)
7 ocv_define_module(superres opencv_imgproc opencv_video OPTIONAL opencv_gpu opencv_highgui opencv_ocl)