From 691aa3e361f257e195b3ee3eec7f949b18e9d1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 5 Jun 2019 09:39:20 +0200 Subject: [PATCH] Remove smoothing polyhedron-based plugin (keep only SM) --- Polyhedron/demo/Polyhedron/Plugins/PMP/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/PMP/CMakeLists.txt b/Polyhedron/demo/Polyhedron/Plugins/PMP/CMakeLists.txt index 590c6ada7c4..12edcd175ad 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/PMP/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/Plugins/PMP/CMakeLists.txt @@ -118,8 +118,4 @@ target_link_libraries(extrude_plugin PUBLIC scene_surface_mesh_item scene_select qt5_wrap_ui( smoothingUI_FILES Smoothing_plugin.ui) polyhedron_demo_plugin(smoothing_plugin Smoothing_plugin ${smoothingUI_FILES}) -target_link_libraries(smoothing_plugin PUBLIC scene_polyhedron_item scene_polyhedron_selection_item) - -polyhedron_demo_plugin(smoothing_sm_plugin Smoothing_plugin ${smoothingUI_FILES}) -target_link_libraries(smoothing_sm_plugin PUBLIC scene_surface_mesh_item scene_surface_mesh_selection_item) -target_compile_definitions(smoothing_sm_plugin PUBLIC "-DUSE_SURFACE_MESH" ) +target_link_libraries(smoothing_plugin PUBLIC scene_surface_mesh_item scene_selection_item)