opencv/modules/gpuimgproc/CMakeLists.txt

10 lines
296 B
CMake
Raw Normal View History

2013-04-17 22:14:35 +08:00
if(ANDROID OR IOS)
ocv_module_disable(gpuimgproc)
endif()
set(the_description "GPU-accelerated Image Processing")
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations -Wshadow -Wunused-parameter)
2013-04-17 22:20:18 +08:00
ocv_define_module(gpuimgproc opencv_imgproc opencv_gpuarithm opencv_gpufilters)