We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d887ecf commit 7228118Copy full SHA for 7228118
modules/sfm/CMakeLists.txt
@@ -100,7 +100,7 @@ ocv_module_include_directories()
100
FILE(GLOB OPENCV_SFM_SRC src/*.cpp)
101
102
# define the header files (make the headers appear in IDEs.)
103
-FILE(GLOB OPENCV_SFM_HDRS include/opencv2/sfm/*.hpp)
+FILE(GLOB OPENCV_SFM_HDRS include/opencv2/sfm.hpp include/opencv2/sfm/*.hpp)
104
105
ocv_set_module_sources(HEADERS ${OPENCV_SFM_HDRS}
106
SOURCES ${OPENCV_SFM_SRC})
0 commit comments