mirror of https://github.com/CGAL/cgal
fixed typo
This commit is contained in:
parent
d2dd28b7fb
commit
bbd746515b
|
|
@ -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})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue