Merge pull request #2158 from paroj:ovisex_fix

pull/2162/head
Alexander Alekhin 6 years ago
commit 5b434d3c8b
  1. 8
      modules/ovis/CMakeLists.txt

@ -23,6 +23,12 @@ endif()
include_directories(${OGRE_INCLUDE_DIRS})
link_directories(${OGRE_LIBRARY_DIRS})
ocv_define_module(ovis opencv_core opencv_imgproc opencv_calib3d WRAP python)
ocv_add_module(ovis opencv_core opencv_imgproc opencv_calib3d WRAP python)
ocv_glob_module_sources()
ocv_module_include_directories()
ocv_create_module()
ocv_add_samples(opencv_aruco)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wunused-parameter)
ocv_target_link_libraries(${the_module} ${OGRE_LIBRARIES})

Loading…
Cancel
Save