fixed bugs for windows. added 2 tests for ffmpeg

This commit is contained in:
Andrey Morozov
2011-06-01 16:14:17 +00:00
parent 68a2ec3394
commit abfc5d3405
2 changed files with 102 additions and 1 deletions

View File

@@ -360,7 +360,7 @@ install(FILES ${highgui_ext_hdrs}
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/test"
"${CMAKE_CURRENT_BINARY_DIR}")
set(test_deps opencv_ts opencv_highgui)
set(test_deps opencv_ts opencv_highgui opencv_imgproc)
foreach(d ${test_deps})
if(${d} MATCHES "opencv_")