diff --git a/pymoveit2/CMakeLists.txt b/pymoveit2/CMakeLists.txt index 30979c1..47fbbf7 100644 --- a/pymoveit2/CMakeLists.txt +++ b/pymoveit2/CMakeLists.txt @@ -18,5 +18,10 @@ install(PROGRAMS DESTINATION lib/${PROJECT_NAME} ) +install( + DIRECTORY examples/assets + DESTINATION lib/${PROJECT_NAME} +) + # Setup the project ament_package()