opencv/modules/objdetect/CMakeLists.txt
Alexander Alekhin 7ba26ada12 Merge branch 4.x
2021-10-15 21:53:39 +00:00

9 lines
329 B
CMake

set(the_description "Object Detection")
ocv_define_module(objdetect opencv_core opencv_imgproc opencv_3d opencv_dnn WRAP java objc python js)
if(HAVE_QUIRC)
get_property(QUIRC_INCLUDE GLOBAL PROPERTY QUIRC_INCLUDE_DIR)
ocv_include_directories(${QUIRC_INCLUDE})
ocv_target_link_libraries(${the_module} quirc)
endif()