mirror of https://github.com/CGAL/cgal
Add dependency to polygon soup in CMakeLists
This commit is contained in:
parent
6d38c89203
commit
c579dd3e65
|
|
@ -7,4 +7,4 @@ include( polyhedron_demo_macros )
|
|||
polyhedron_demo_plugin(intersection_plugin Intersection_plugin)
|
||||
target_link_libraries(intersection_plugin scene_polyhedron_item scene_polylines_item)
|
||||
polyhedron_demo_plugin(point_set_from_vertices_plugin Point_set_from_vertices_plugin)
|
||||
target_link_libraries(point_set_from_vertices_plugin scene_polyhedron_item scene_points_with_normal_item)
|
||||
target_link_libraries(point_set_from_vertices_plugin scene_polyhedron_item scene_polygon_soup_item scene_points_with_normal_item)
|
||||
|
|
|
|||
Loading…
Reference in New Issue