From 60fd5c2a3a9243375fdd620b72396a1cbefeac99 Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Tue, 30 Sep 2014 11:53:46 +0200 Subject: [PATCH] fixing dependencies --- modules/ts/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ts/CMakeLists.txt b/modules/ts/CMakeLists.txt index bb56da2..bf7da10 100644 --- a/modules/ts/CMakeLists.txt +++ b/modules/ts/CMakeLists.txt @@ -9,7 +9,7 @@ set(OPENCV_MODULE_IS_PART_OF_WORLD FALSE) ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef) -ocv_add_module(ts opencv_core opencv_features2d) +ocv_add_module(ts opencv_core opencv_features2d opencv_highgui opencv_imgproc opencv_video) ocv_glob_module_sources() ocv_module_include_directories() -- 2.7.4