1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00
This commit is contained in:
Alexander Alekhin
2015-12-11 13:40:13 +03:00
parent 506ab8e7a4
commit 8ccba1d562

View File

@@ -1,7 +1,7 @@
set(name waldboost_detector) set(name waldboost_detector)
set(the_target opencv_${name}) set(the_target opencv_${name})
set(OPENCV_${the_target}_DEPS opencv_core opencv_imgcodecs opencv_videoio set(OPENCV_${the_target}_DEPS opencv_core opencv_imgproc opencv_imgcodecs opencv_videoio
opencv_highgui opencv_xobjdetect) opencv_highgui opencv_xobjdetect)
ocv_check_dependencies(${OPENCV_${the_target}_DEPS}) ocv_check_dependencies(${OPENCV_${the_target}_DEPS})