From c579dd3e659b59a2a320b710d3e99a978a0cb3bf Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Mon, 11 Apr 2016 15:56:10 +0200 Subject: [PATCH] Add dependency to polygon soup in CMakeLists --- .../Polyhedron/Plugins/Operations_on_polyhedra/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/Operations_on_polyhedra/CMakeLists.txt b/Polyhedron/demo/Polyhedron/Plugins/Operations_on_polyhedra/CMakeLists.txt index d13e68b5f07..fe820f46d8d 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Operations_on_polyhedra/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/Plugins/Operations_on_polyhedra/CMakeLists.txt @@ -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)