mirror of https://github.com/CGAL/cgal
Rename examples
This commit is contained in:
parent
12e4d9f446
commit
be8ebfae2e
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue