From 1d25e5f1ba00ae297b8af74be6a25b63117ccb9b Mon Sep 17 00:00:00 2001 From: hbristow Date: Sun, 1 Sep 2013 17:10:44 +1000 Subject: [PATCH] manually added optical flow header to build --- modules/matlab/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/matlab/CMakeLists.txt b/modules/matlab/CMakeLists.txt index 1dee04b7c..b1119f9d2 100644 --- a/modules/matlab/CMakeLists.txt +++ b/modules/matlab/CMakeLists.txt @@ -129,6 +129,7 @@ endforeach() # add extra headers by hand list(APPEND opencv_extra_hdrs "core=${OPENCV_MODULE_opencv_core_LOCATION}/include/opencv2/core/base.hpp") +list(APPEND opencv_extra_hdrs "video=${OPENCV_MODULE_opencv_video_LOCATION}/include/opencv2/video/tracking.hpp") # pass the OPENCV_CXX_EXTRA_FLAGS through to the mex compiler # remove the visibility modifiers, so the mex gateway is visible