pull/3619/merge
堕落的黑光 2 months ago committed by GitHub
commit ae6d78bb4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      modules/rgbd/CMakeLists.txt
  2. 2
      modules/rgbd/src/dynafu.cpp

@ -7,5 +7,7 @@ if(NOT HAVE_EIGEN)
endif()
if(HAVE_OPENGL)
ocv_target_link_libraries(${the_module} PRIVATE "${OPENGL_LIBRARIES}")
find_package(GLEW)
ocv_target_link_libraries(${the_module} PRIVATE "${OPENGL_LIBRARIES}" "${GLEW_LIBRARIES}")
endif()

@ -23,7 +23,7 @@
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
#endif
# include <GL/gl.h>
# include <GL/glew.h>
#endif
// GL Extention definitions missing from standard Win32 gl.h

Loading…
Cancel
Save