mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 00:10:21 +08:00
10 lines
280 B
CMake
10 lines
280 B
CMake
|
if(ANDROID OR IOS)
|
||
|
ocv_module_disable(gpuwarping)
|
||
|
endif()
|
||
|
|
||
|
set(the_description "GPU-accelerated Image Warping")
|
||
|
|
||
|
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4324 /wd4512 -Wundef -Wmissing-declarations)
|
||
|
|
||
|
ocv_define_module(gpuwarping opencv_imgproc OPTIONAL opencv_gpulegacy)
|