Disable loading threading backends dynamically
[platform/upstream/opencv.git] / modules / objdetect / CMakeLists.txt
1 set(the_description "Object Detection")
2 ocv_define_module(objdetect
3     opencv_core
4     opencv_imgproc
5     opencv_calib3d
6     OPTIONAL
7         opencv_dnn
8     WRAP
9         python
10         java
11         objc
12         js
13 )
14
15 if(HAVE_QUIRC)
16     get_property(QUIRC_INCLUDE GLOBAL PROPERTY QUIRC_INCLUDE_DIR)
17     ocv_include_directories(${QUIRC_INCLUDE})
18     ocv_target_link_libraries(${the_module} quirc)
19 endif()