Skip to content

Commit

Permalink
Add back old-style CMake variables
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
  • Loading branch information
sloretz committed Jan 19, 2022
1 parent 5d860be commit 8d1d513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ if(BUILD_TESTING)
target_link_libraries(${PROJECT_NAME}-test DepthImageToLaserScan)
endif()

# TODO(sloretz) stop exporting old-style CMake variables in the future
ament_export_include_directories("include/${PROJECT_NAME}")
ament_export_libraries(DepthImageToLaserScan DepthImageToLaserScanROS)

ament_export_targets(export_${PROJECT_NAME})
ament_export_dependencies(rclcpp)
ament_export_dependencies(image_geometry)
Expand Down

0 comments on commit 8d1d513

Please sign in to comment.