Skip to content

Commit

Permalink
fix: install python executables again (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Schnattinger <[email protected]>
  • Loading branch information
ipa-pfs authored Sep 30, 2024
1 parent a5f025a commit c74b744
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions topic_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,12 @@ install(DIRECTORY launch
install(TARGETS relay throttle drop mux demux delay
DESTINATION lib/${PROJECT_NAME})


ament_python_install_package(${PROJECT_NAME}
SETUP_CFG
${PROJECT_NAME}/setup.cfg
SCRIPTS_DESTINATION
lib/${PROJECT_NAME}
)

ament_package()

0 comments on commit c74b744

Please sign in to comment.