mirror of https://github.com/CGAL/cgal
P3M3 always needs to Eigen now
This commit is contained in:
parent
cd0c81a98a
commit
28ed7be7d7
|
|
@ -24,8 +24,11 @@ create_single_source_cgal_program("mesh_periodic_polyhedral_domain.cpp")
|
||||||
|
|
||||||
foreach(
|
foreach(
|
||||||
target
|
target
|
||||||
mesh_implicit_shape mesh_implicit_multi_domain
|
mesh_implicit_shape
|
||||||
mesh_implicit_shape_with_subdomains mesh_implicit_shape_with_optimizers
|
mesh_implicit_multi_domain
|
||||||
mesh_implicit_shape_with_features)
|
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)
|
target_link_libraries(${target} PUBLIC CGAL::Eigen3_support)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue