BUGFIX: fix a target name in CMakeLists.txt.

This commit is contained in:
Laurent Rineau 2011-06-23 13:23:33 +00:00
parent 2bbdde3dc1
commit 0d8e524b54
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if ( CGAL_FOUND )
create_single_source_cgal_program( "input.cpp" )
create_single_source_cgal_program( "kernel.cpp" )
create_single_source_cgal_program( "terrain.cpp" )
create_single_source_cgal_program( "gv_terrain.cpp" )
else()