mirror of https://github.com/CGAL/cgal
7 lines
379 B
CMake
7 lines
379 B
CMake
include( polyhedron_demo_macros )
|
|
|
|
polyhedron_demo_plugin(convex_hull_plugin Convex_hull_plugin)
|
|
target_link_libraries(convex_hull_plugin scene_polyhedron_item scene_points_with_normal_item scene_polylines_item scene_polyhedron_selection_item)
|
|
polyhedron_demo_plugin(kernel_plugin Kernel_plugin)
|
|
target_link_libraries(kernel_plugin scene_polyhedron_item scene_surface_mesh_item)
|