Advertisement
Guest User

bartus

a guest
Mar 28th, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. diff --git a/src/software/VO/AlternativeVO/CMakeLists.txt b/src/software/VO/AlternativeVO/CMakeLists.txt
  2. index c8bdafb2..d431fca4 100644
  3. --- a/src/software/VO/AlternativeVO/CMakeLists.txt
  4. +++ b/src/software/VO/AlternativeVO/CMakeLists.txt
  5. @@ -21,7 +21,7 @@ if ( OpenMVG_BUILD_GUI_SOFTWARES )
  6. endif( WIN32 )
  7. endif( APPLE )
  8.  
  9. - target_link_libraries( openMVG_main_AlternativeVO Qt5::Widgets openMVG_image openMVG_features stlplus )
  10. + target_link_libraries( openMVG_main_AlternativeVO Qt5::Widgets openMVG_image openMVG_features stlplus fast )
  11.  
  12. if ( OpenMVG_USE_OPENCV )
  13. target_link_libraries( openMVG_main_AlternativeVO ${OpenCV_LIBS} )
  14. diff --git a/src/software/VO/CMakeLists.txt b/src/software/VO/CMakeLists.txt
  15. index ac5f0aea..ac715d7e 100644
  16. --- a/src/software/VO/CMakeLists.txt
  17. +++ b/src/software/VO/CMakeLists.txt
  18. @@ -37,6 +37,7 @@ if (OpenMVG_BUILD_OPENGL_EXAMPLES)
  19. target_link_libraries(openMVG_main_VO
  20. ${OPENGL_gl_LIBRARY}
  21. glfw
  22. + fast
  23. ${GLFW_LIBRARIES}
  24. ${OpenMVG_LIBRARIES}
  25. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement