mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 01:13:28 +08:00
10 lines
301 B
CMake
10 lines
301 B
CMake
if(ANDROID OR IOS)
|
|
ocv_module_disable(gpuobjdetect)
|
|
endif()
|
|
|
|
set(the_description "GPU-accelerated Object Detection")
|
|
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations)
|
|
|
|
ocv_define_module(gpuobjdetect opencv_objdetect opencv_gpuwarping opencv_gpuimgproc OPTIONAL opencv_gpulegacy)
|