From f7ca406d30b6d9d795fedf9c505383deb8d6bb4d Mon Sep 17 00:00:00 2001 From: Sandeep Kumar Dey Date: Tue, 12 Mar 2013 11:21:54 +0100 Subject: [PATCH] CMakeList is updated to include two new examples sdg-creation-time.cpp sdg-creation-time-hv.cpp Signed-off-by: Panagiotis Cheilaris --- .../examples/Segment_Delaunay_graph_Linf_2/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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" )