Skip to content

Commit

Permalink
Merge pull request opencv#3288 from StevenPuttemans:fix_ts_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Pavlenko committed Oct 1, 2014
2 parents 533fde6 + 60fd5c2 commit 7018f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7018f94

Please sign in to comment.