Link the demo with libCGAL (mandatory if auto-link is not availlable).

This commit is contained in:
Laurent Rineau 2008-06-11 13:52:19 +00:00
parent c02122c328
commit 07f7f697aa
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ if ( CGAL_FOUND )
qt4_automoc( MainWindow.cpp QNavigation.cpp QNavigation2.cpp QGraphicsItem_2.cpp QInput.cpp QDatastructure.cpp )
add_executable ( delaunay main.cpp MainWindow.cpp QNavigation.cpp QNavigation2.cpp QDatastructure.cpp QGraphicsItem_2.cpp QInput.cpp ${UI_FILES} ${RESOURCE_FILES} )
target_link_libraries( delaunay ${QT_LIBRARIES} )
target_link_libraries( delaunay ${QT_LIBRARIES} CGAL )
endif()