GillesDebunne / libQGLViewer

libQGLViewer is an open source C++ library based on Qt that eases the creation of OpenGL 3D viewers.
Other
241 stars 94 forks source link

How should we use libQGLViewer in other third project #52

Closed narutojxl closed 3 years ago

narutojxl commented 3 years ago

Hi @GillesDebunne and all, When third project such as srrg2_laser_slam_2d/CMakeLists.txt, use libQGLViewer as following: image So i sudo make install, to install libQGLViewer, there are some mismatch with http://libqglviewer.com/installUnix.html#linux:

narutojxl commented 3 years ago

See the srrg2_cmake_modules/cmake_modules/FindQGLViewer.cmake example.