manually added optical flow header to build

This commit is contained in:
hbristow 2013-09-01 17:10:44 +10:00
parent a64c34c3ec
commit 1d25e5f1ba

View File

@ -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