Add also the GLU library to dependancies.

This commit is contained in:
Laurent Rineau 2008-02-08 13:36:39 +00:00
parent 204f4c7af2
commit 7d164d3ada
1 changed files with 1 additions and 1 deletions

View File

@ -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()