mirror of https://github.com/CGAL/cgal
move 2 examples that need zlib
This commit is contained in:
parent
4f593d5d96
commit
c9da338be8
|
|
@ -62,9 +62,9 @@ if ( CGAL_FOUND )
|
|||
create_single_source_cgal_program( "mesh_polyhedral_domain.cpp" )
|
||||
create_single_source_cgal_program( "mesh_polyhedral_domain_with_features.cpp" )
|
||||
if( WITH_CGAL_ImageIO )
|
||||
create_single_source_cgal_program( "mesh_optimization_example.cpp" )
|
||||
create_single_source_cgal_program( "mesh_optimization_lloyd_example.cpp" )
|
||||
if( CGAL_ImageIO_USE_ZLIB )
|
||||
create_single_source_cgal_program( "mesh_optimization_example.cpp" )
|
||||
create_single_source_cgal_program( "mesh_optimization_lloyd_example.cpp" )
|
||||
create_single_source_cgal_program( "mesh_3D_image.cpp" )
|
||||
create_single_source_cgal_program( "mesh_3D_image_variable_size.cpp" )
|
||||
else()
|
||||
|
|
|
|||
Loading…
Reference in New Issue