mirror of https://github.com/CGAL/cgal
QGLViewer library dependency fixed
This commit is contained in:
parent
0ab13872cc
commit
125b7389a6
|
|
@ -51,6 +51,6 @@ if ( CGAL_FOUND AND QT_FOUND AND QGLVIEWER_FOUND )
|
||||||
target_link_libraries( ${prj} ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES})
|
target_link_libraries( ${prj} ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries( ${prj} ${QT_LIBRARIES} ${QGLVIEWER_LIBRARIES} )
|
target_link_libraries( ${prj} ${QT_LIBRARIES} ${QGLVIEWER_LIBRARY} )
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue