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

8 lines
211 B
CMake

set(the_description "Computational Photography")
if(HAVE_CUDA)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations)
endif()
ocv_define_module(photo opencv_imgproc OPTIONAL opencv_gpuimgproc)