Skip to content

Commit 7228118

Browse files
author
Marc-Stefan Cassola
committed
added sfm.hpp to include dirs
1 parent d887ecf commit 7228118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sfm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ocv_module_include_directories()
100100
FILE(GLOB OPENCV_SFM_SRC src/*.cpp)
101101

102102
# define the header files (make the headers appear in IDEs.)
103-
FILE(GLOB OPENCV_SFM_HDRS include/opencv2/sfm/*.hpp)
103+
FILE(GLOB OPENCV_SFM_HDRS include/opencv2/sfm.hpp include/opencv2/sfm/*.hpp)
104104

105105
ocv_set_module_sources(HEADERS ${OPENCV_SFM_HDRS}
106106
SOURCES ${OPENCV_SFM_SRC})

0 commit comments

Comments
 (0)