Add dependency to polygon soup in CMakeLists

This commit is contained in:
Simon Giraudot 2016-04-11 15:56:10 +02:00
parent 6d38c89203
commit c579dd3e65
1 changed files with 1 additions and 1 deletions

View File

@ -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)