opencv/modules/photo/CMakeLists.txt

8 lines
247 B
CMake
Raw Normal View History

set(the_description "Computational Photography")
if(HAVE_CUDA)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations)
endif()
2015-02-24 23:38:12 +08:00
ocv_define_module(photo opencv_imgproc OPTIONAL opencv_cudaarithm opencv_cudaimgproc WRAP java python)