Skip to content

Commit

Permalink
added scripts to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 7, 2023
1 parent 33e095c commit b395b89
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,16 @@ install(DIRECTORY launch config
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(DIRECTORY scripts/
USE_SOURCE_PERMISSIONS
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(DIRECTORY scripts
USE_SOURCE_PERMISSIONS
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

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

0 comments on commit b395b89

Please sign in to comment.