Skip to content

Commit

Permalink
fix(control_debug_tools): add ament_auto_package to CMakeLists.txt (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: mitsudome-r <[email protected]>
  • Loading branch information
mitsudome-r authored Apr 25, 2024
1 parent 38bd20e commit 425e122
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions control/control_debug_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ project(control_debug_tools)
find_package(autoware_cmake REQUIRED)
autoware_package()


install(PROGRAMS
scripts/consistency_checker.py
DESTINATION lib/${PROJECT_NAME}
ament_auto_package(
INSTALL_TO_SHARE
scripts
)

0 comments on commit 425e122

Please sign in to comment.