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.
2 parents 6cfc14e + adeae99 commit 5b434d3Copy full SHA for 5b434d3
modules/ovis/CMakeLists.txt
@@ -23,6 +23,12 @@ endif()
23
include_directories(${OGRE_INCLUDE_DIRS})
24
link_directories(${OGRE_LIBRARY_DIRS})
25
26
-ocv_define_module(ovis opencv_core opencv_imgproc opencv_calib3d WRAP python)
+ocv_add_module(ovis opencv_core opencv_imgproc opencv_calib3d WRAP python)
27
+ocv_glob_module_sources()
28
+ocv_module_include_directories()
29
+ocv_create_module()
30
+
31
+ocv_add_samples(opencv_aruco)
32
33
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wunused-parameter)
34
ocv_target_link_libraries(${the_module} ${OGRE_LIBRARIES})
0 commit comments