mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
8 lines
228 B
CMake
8 lines
228 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_gpuarithm opencv_gpuimgproc)
|