Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojas Rafael committed Oct 2, 2021
1 parent 1922fc9 commit 55677df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions franka_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ if(CATKIN_ENABLE_TESTING)
endif()

## Install
install(TARGETS franka_hw_sim
franka_gripper_sim
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(DIRECTORY include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
)
Expand Down

0 comments on commit 55677df

Please sign in to comment.