From fe2b9e7236f660bf1099d3da4d6bbd22b5a27a6e Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Wed, 8 Apr 2020 11:49:54 +0200 Subject: [PATCH] Fix Register_point_sets_plugin --- Polyhedron/demo/Polyhedron/Plugins/Point_set/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Polyhedron/demo/Polyhedron/Plugins/Point_set/CMakeLists.txt b/Polyhedron/demo/Polyhedron/Plugins/Point_set/CMakeLists.txt index eaf6ddfaf9f..f1f2c7e4d0f 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Point_set/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/Plugins/Point_set/CMakeLists.txt @@ -50,6 +50,8 @@ if(EIGEN3_FOUND) if (OpenGR_FOUND OR libpointmatcher_FOUND) qt5_wrap_ui(register_point_setsUI_FILES Register_point_sets_plugin.ui) polyhedron_demo_plugin(register_point_sets_plugin Register_point_sets_plugin ${register_point_setsUI_FILES} KEYWORDS PointSetProcessing) + target_link_libraries(register_point_sets_plugin PUBLIC scene_points_with_normal_item) + CGAL_target_use_Eigen(register_point_sets_plugin) if (OpenGR_FOUND) CGAL_target_use_OpenGR(register_point_sets_plugin) endif()