use ament_lint_auto
This commit is contained in:
parent
61b78366bc
commit
c29b353c21
2 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,11 @@ ament_export_dependencies(rmw)
|
||||||
|
|
||||||
ament_export_include_directories(include)
|
ament_export_include_directories(include)
|
||||||
|
|
||||||
|
if(AMENT_ENABLE_TESTING)
|
||||||
|
find_package(ament_lint_auto REQUIRED)
|
||||||
|
ament_lint_auto_find_test_dependencies()
|
||||||
|
endif()
|
||||||
|
|
||||||
ament_package(
|
ament_package(
|
||||||
CONFIG_EXTRAS rclcpp-extras.cmake
|
CONFIG_EXTRAS rclcpp-extras.cmake
|
||||||
)
|
)
|
||||||
|
|
|
@ -9,4 +9,7 @@
|
||||||
<buildtool_depend>ament_cmake</buildtool_depend>
|
<buildtool_depend>ament_cmake</buildtool_depend>
|
||||||
|
|
||||||
<build_export_depend>rmw</build_export_depend>
|
<build_export_depend>rmw</build_export_depend>
|
||||||
|
|
||||||
|
<test_depend>ament_lint_auto</test_depend>
|
||||||
|
<test_depend>ament_lint_common</test_depend>
|
||||||
</package>
|
</package>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue