From a8a8a669b84eba28da45b7f3504c4b223023bf2a Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 22 Mar 2016 16:47:14 +0100 Subject: [PATCH] export items that are necessary for external plugins that use them --- Polyhedron/demo/Polyhedron/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Polyhedron/demo/Polyhedron/CMakeLists.txt b/Polyhedron/demo/Polyhedron/CMakeLists.txt index c2d17f13c03..905c1ce2c32 100644 --- a/Polyhedron/demo/Polyhedron/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/CMakeLists.txt @@ -342,6 +342,9 @@ if(CGAL_Qt5_FOUND AND Qt5_FOUND AND OPENGL_FOUND AND QGLVIEWER_FOUND) scene_points_with_normal_item scene_implicit_function_item scene_polylines_item + scene_polyhedron_selection_item + scene_polyhedron_item_decorator + scene_polyhedron_item_k_ring_selection NAMESPACE Polyhedron_ APPEND FILE polyhedron_demo_targets.cmake)