From be8ebfae2e251d556de7a2e54ef81bdf2f55cb10 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 13 Jul 2020 13:33:05 +0100 Subject: [PATCH] Rename examples --- .../doc/Triangulation_on_sphere_2/examples.txt | 4 ++-- .../examples/Triangulation_on_sphere_2/CMakeLists.txt | 11 +++++------ .../{triang_on_sphere_ex.cpp => triang_on_sphere.cpp} | 0 ...n_sphere_ex_proj.cpp => triang_on_sphere_proj.cpp} | 0 4 files changed, 7 insertions(+), 8 deletions(-) rename Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/{triang_on_sphere_ex.cpp => triang_on_sphere.cpp} (100%) rename Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/{triang_on_sphere_ex_proj.cpp => triang_on_sphere_proj.cpp} (100%) diff --git a/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/examples.txt b/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/examples.txt index 514914413b6..0cfc2cf6b48 100644 --- a/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/examples.txt +++ b/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/examples.txt @@ -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 */ diff --git a/Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/CMakeLists.txt b/Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/CMakeLists.txt index 7938ca1b8bf..54b06145a86 100644 --- a/Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/CMakeLists.txt +++ b/Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/CMakeLists.txt @@ -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() diff --git a/Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/triang_on_sphere_ex.cpp b/Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/triang_on_sphere.cpp similarity index 100% rename from Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/triang_on_sphere_ex.cpp rename to Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/triang_on_sphere.cpp diff --git a/Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/triang_on_sphere_ex_proj.cpp b/Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/triang_on_sphere_proj.cpp similarity index 100% rename from Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/triang_on_sphere_ex_proj.cpp rename to Triangulation_on_sphere_2/examples/Triangulation_on_sphere_2/triang_on_sphere_proj.cpp