diff --git a/Segment_Delaunay_graph_Linf_2/examples/Segment_Delaunay_graph_Linf_2/CMakeLists.txt b/Segment_Delaunay_graph_Linf_2/examples/Segment_Delaunay_graph_Linf_2/CMakeLists.txt index beca567a26f..4ca5edf90c7 100644 --- a/Segment_Delaunay_graph_Linf_2/examples/Segment_Delaunay_graph_Linf_2/CMakeLists.txt +++ b/Segment_Delaunay_graph_Linf_2/examples/Segment_Delaunay_graph_Linf_2/CMakeLists.txt @@ -24,6 +24,8 @@ if ( CGAL_FOUND ) include_directories (BEFORE "../../include") create_single_source_cgal_program( "sdg-count-sites.cpp" ) + create_single_source_cgal_program( "sdg-creation-time-hv.cpp" ) + create_single_source_cgal_program( "sdg-creation-time.cpp" ) create_single_source_cgal_program( "sdg-filtered-traits.cpp" ) create_single_source_cgal_program( "sdg-info-set.cpp" ) create_single_source_cgal_program( "sdg-red-blue-info.cpp" )