Skip to content

Commit

Permalink
use ament_export_targets() (#478)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <[email protected]>
  • Loading branch information
dirk-thomas authored Apr 9, 2020
1 parent 786a5bf commit c9e9e2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ros2pkg/ros2pkg/resource/ament_cmake/CMakeLists.txt.em
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ endif()
ament_export_include_directories(
include
)
ament_export_interfaces(
export_${PROJECT_NAME}
)
ament_export_libraries(
@(cpp_library_name)
)
ament_export_targets(
export_${PROJECT_NAME}
)
@[end if]@

ament_package()

0 comments on commit c9e9e2f

Please sign in to comment.