Add imgproc dependency

pull/21/head
Vlad Shakhuro 11 years ago
parent 4ca2a93441
commit 5a939dca14
  1. 2
      apps/icf/CMakeLists.txt

@ -1,7 +1,7 @@
set(name icf)
set(the_target opencv_${name})
set(OPENCV_${the_target}_DEPS opencv_core opencv_imgproc)
set(OPENCV_${the_target}_DEPS opencv_core opencv_imgproc opencv_highgui)
ocv_check_dependencies(${OPENCV_${the_target}_DEPS})
if(NOT OCV_DEPENDENCIES_FOUND)

Loading…
Cancel
Save