mirror of https://github.com/CGAL/cgal
fix example name
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
parent
032ad19677
commit
cc589cdc7f
|
|
@ -151,7 +151,7 @@ if(TARGET CGAL::CGAL_ImageIO)
|
|||
|
||||
create_single_source_cgal_program(
|
||||
"mesh_3D_gray_image_with_custom_initialization.cpp")
|
||||
target_link_libraries(mesh_3D_image_with_custom_initialization
|
||||
target_link_libraries(mesh_3D_gray_image_with_custom_initialization
|
||||
PUBLIC CGAL::Eigen3_support)
|
||||
|
||||
create_single_source_cgal_program("mesh_3D_image_variable_size.cpp")
|
||||
|
|
|
|||
Loading…
Reference in New Issue