Give target and source file the same name

This commit is contained in:
Andreas Fabri 2008-12-14 17:58:20 +00:00
parent 27a3bc4ddc
commit 4f47a25de8
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if ( CGAL_FOUND AND CGAL_Qt3_FOUND AND QT3_FOUND )
Qt_widget_move_list_point.cpp Qt_widget_move_list_point.moc
)
target_link_libraries( min_circle ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} )
target_link_libraries( min_circle_2_demo ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} )
else()