init - 初始化项目
This commit is contained in:
8
modules/objdetect/CMakeLists.txt
Normal file
8
modules/objdetect/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
set(the_description "Object Detection")
|
||||
ocv_define_module(objdetect opencv_core opencv_imgproc opencv_calib3d 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()
|
||||
Reference in New Issue
Block a user