Skip to content

Commit

Permalink
Merge pull request ros-controls#123 from pal-robotics/jtc-install-all…
Browse files Browse the repository at this point in the history
…-headers

Add trajectory_interface headers to install target
  • Loading branch information
Adolfo Rodriguez Tsouroukdissian committed Sep 4, 2014
2 parents 84b55e9 + a4213d5 commit ad27e90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions joint_trajectory_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ endif()
install(DIRECTORY include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})

install(DIRECTORY include/trajectory_interface/
DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION}/trajectory_interface/)

install(TARGETS ${PROJECT_NAME}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
Expand Down

0 comments on commit ad27e90

Please sign in to comment.