mirror of https://github.com/CGAL/cgal
Link the demo with libCGAL (mandatory if auto-link is not availlable).
This commit is contained in:
parent
c02122c328
commit
07f7f697aa
|
|
@ -26,5 +26,5 @@ if ( CGAL_FOUND )
|
||||||
qt4_automoc( MainWindow.cpp QNavigation.cpp QNavigation2.cpp QGraphicsItem_2.cpp QInput.cpp QDatastructure.cpp )
|
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} )
|
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()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue