opencv/modules/gpuvideo/CMakeLists.txt
2013-04-18 11:33:33 +04:00

10 lines
301 B
CMake

if(ANDROID OR IOS)
ocv_module_disable(gpuvideo)
endif()
set(the_description "GPU-accelerated Video Analysis")
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations)
ocv_define_module(gpuvideo opencv_video opencv_legacy opencv_gpufilters opencv_gpuimgproc OPTIONAL opencv_gpulegacy)