mirror of https://github.com/CGAL/cgal
fix the example
This commit is contained in:
parent
9be03bd2d2
commit
17d4e5cfd5
|
|
@ -12,7 +12,7 @@ create_single_source_cgal_program(ccdt_3_from_soup_fpmap.cpp)
|
|||
create_single_source_cgal_program(ccdt_3_after_autorefinement.cpp)
|
||||
create_single_source_cgal_program(ccdt_3_preprocessing.cpp)
|
||||
create_single_source_cgal_program(ccdt_3_check_preconditions.cpp)
|
||||
create_single_source_cgal_program(ccdt_3_fpmap_region_growing)
|
||||
create_single_source_cgal_program(ccdt_3_fpmap_region_growing.cpp)
|
||||
create_single_source_cgal_program(remesh_constrained_Delaunay_triangulation_3.cpp)
|
||||
|
||||
if(CGAL_Qt6_FOUND)
|
||||
|
|
|
|||
|
|
@ -65,3 +65,4 @@ int main(int argc, char* argv[])
|
|||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue