Skip to content

Commit

Permalink
[tree_tracking] add install directory in install command
Browse files Browse the repository at this point in the history
  • Loading branch information
HarukiKozukapenguin committed Jun 10, 2024
1 parent 1112858 commit 981e4f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tree_tracking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ target_link_libraries (tree_tracking_node ${catkin_LIBRARIES} tree_tracking)
#############
## Install ##
#############
install(DIRECTORY include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})

install(
TARGETS tree_tracking_node
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
Expand Down

0 comments on commit 981e4f1

Please sign in to comment.