Merge pull request #4629 from maxGimeno/Demo-Fix_point_set_registration_plugin-maxGimeno

Polyhedron Demo: Fix Register_point_sets_plugin
This commit is contained in:
Sebastien Loriot 2020-04-16 16:40:14 +02:00 committed by GitHub
commit 1ea45a7009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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