Rename examples

This commit is contained in:
Andreas Fabri 2020-07-13 13:33:05 +01:00
parent 12e4d9f446
commit be8ebfae2e
4 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/*!
\example Triangulation_on_sphere_2/triang_on_sphere_ex.cpp
\example Triangulation_on_sphere_2/triang_on_sphere_ex_proj.cpp
\example Triangulation_on_sphere_2/triang_on_sphere.cpp
\example Triangulation_on_sphere_2/triang_on_sphere_proj.cpp
*/

View File

@ -9,12 +9,11 @@ find_package(CGAL QUIET)
if ( CGAL_FOUND )
create_single_source_cgal_program( "triang_on_sphere_ex.cpp" )
create_single_source_cgal_program( "triang_on_sphere_ex_proj.cpp" )
create_single_source_cgal_program( "triang_on_sphere.cpp" )
create_single_source_cgal_program( "triang_on_sphere_proj.cpp" )
else()
message(STATUS "This program requires the CGAL library, and will not be compiled.")
endif()
message(STATUS "This program requires the CGAL library, and will not be compiled.")
endif()