Skip to content

Commit

Permalink
fix: pymoveit2 cmakelist issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JaisonJose241 committed Oct 16, 2023
1 parent 040ca8f commit 515daaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pymoveit2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@ install(PROGRAMS
DESTINATION lib/${PROJECT_NAME}
)

install(
DIRECTORY examples/assets
DESTINATION lib/${PROJECT_NAME}
)

# Setup the project
ament_package()

0 comments on commit 515daaf

Please sign in to comment.