opencv/modules/photo/CMakeLists.txt

8 lines
228 B
CMake
Raw Normal View History

set(the_description "Computational Photography")
2013-04-17 22:22:29 +08:00
if(HAVE_CUDA)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations)
endif()
2013-04-18 14:33:42 +08:00
ocv_define_module(photo opencv_imgproc OPTIONAL opencv_gpuarithm opencv_gpuimgproc)