Skip to content

Commit

Permalink
added cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterLiao2004 committed Feb 6, 2025
1 parent 4afd73e commit 2abdae3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/control/ros2_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ install(
DESTINATION include/${PROJECT_NAME}
)

# Install the description directory
install(DIRECTORY description/
DESTINATION share/${PROJECT_NAME}/description
)

# Install the library
install(
TARGETS ${PROJECT_NAME}
Expand Down

0 comments on commit 2abdae3

Please sign in to comment.