Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Added Installations
  • Loading branch information
nitish3693 authored Apr 9, 2024
1 parent a003c07 commit 4b60d83
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dobot_v4_bringup/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,15 @@ target_link_libraries(${PROJECT_NAME}
# FILES_MATCHING PATTERN "*.h"
# PATTERN ".svn" EXCLUDE
# )
install(DIRECTORY src DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

install(TARGETS ${PROJECT_NAME}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

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

install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

## Mark other files for installation (e.g. launch and bag files, etc.)
# install(FILES
Expand Down

0 comments on commit 4b60d83

Please sign in to comment.