mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
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()
|