fixed typo

This commit is contained in:
Andreas Fabri 2008-10-07 07:47:08 +00:00
parent d2dd28b7fb
commit bbd746515b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if ( CGAL_FOUND AND QT3_FOUND )
# The executable itself.
add_executable ( test_qt_version
test_qt_version..cpp )
test_qt_version.cpp )
target_link_libraries( test_qt_version ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES})