Skip to content

Commit

Permalink
moveit_core collision_detection_field - fixing CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: vmayoral <[email protected]>
  • Loading branch information
ahcorde committed May 24, 2019
1 parent 81a66cc commit c548aa8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions moveit_core/collision_distance_field/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ ament_target_dependencies(${MOVEIT_LIB_NAME}
angles
)

target_link_libraries(${MOVEIT_LIB_NAME}
moveit_planning_scene
moveit_distance_field
moveit_collision_detection
moveit_robot_state
${geometric_shapes_LIBRARIES}
)

install(TARGETS ${MOVEIT_LIB_NAME}
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
Expand Down

0 comments on commit c548aa8

Please sign in to comment.