P3M3 always needs to Eigen now

This commit is contained in:
Mael Rouxel-Labbé 2023-03-23 14:46:31 +01:00
parent cd0c81a98a
commit 28ed7be7d7
1 changed files with 6 additions and 3 deletions

View File

@ -24,8 +24,11 @@ create_single_source_cgal_program("mesh_periodic_polyhedral_domain.cpp")
foreach(
target
mesh_implicit_shape mesh_implicit_multi_domain
mesh_implicit_shape_with_subdomains mesh_implicit_shape_with_optimizers
mesh_implicit_shape_with_features)
mesh_implicit_shape
mesh_implicit_multi_domain
mesh_implicit_shape_with_subdomains
mesh_implicit_shape_with_optimizers
mesh_implicit_shape_with_features
mesh_periodic_polyhedral_domain)
target_link_libraries(${target} PUBLIC CGAL::Eigen3_support)
endforeach()