2012-03-15 22:36:01 +08:00
|
|
|
set(the_description "Computational Photography")
|
2013-06-04 17:32:35 +08:00
|
|
|
|
|
|
|
if(HAVE_CUDA)
|
|
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
ocv_define_module(photo opencv_imgproc OPTIONAL opencv_gpuarithm opencv_gpuimgproc)
|