mirror of https://github.com/CGAL/cgal
CMakeList is updated to include two new examples
sdg-creation-time.cpp sdg-creation-time-hv.cpp Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
parent
f24548376f
commit
f7ca406d30
|
|
@ -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" )
|
||||
|
|
|
|||
Loading…
Reference in New Issue