mirror of https://github.com/CGAL/cgal
Add also the GLU library to dependancies.
This commit is contained in:
parent
204f4c7af2
commit
7d164d3ada
|
|
@ -62,6 +62,6 @@ if ( CGAL_FOUND AND QT_FOUND AND QGLVIEWER_FOUND )
|
|||
target_link_libraries( ${prj} cgal cgal-image-io ${CGAL_3RD_PARTY_LIBRARIES})
|
||||
endif()
|
||||
|
||||
target_link_libraries( ${prj} ${QT_LIBRARIES} ${QGLVIEWER_LIBRARY} ${OPENGL_gl_LIBRARY} )
|
||||
target_link_libraries( ${prj} ${QT_LIBRARIES} ${QGLVIEWER_LIBRARY} ${OPENGL_gl_LIBRARY} $(OPENGL_glu_LIBRARY) )
|
||||
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue