mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
44b2f9637a
This reverts commit a630ad73cb
.
9 lines
318 B
CMake
9 lines
318 B
CMake
set(the_description "Object Detection")
|
|
ocv_define_module(objdetect opencv_core opencv_imgproc opencv_calib3d WRAP java 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()
|