Skip to content

Commit

Permalink
Fix exports (#535)
Browse files Browse the repository at this point in the history
* export includes and dependencies

* export libraries

* Fix up exports for velodyne_pointcloud.

Co-authored-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
g-kurz and clalancette authored Oct 30, 2024
1 parent 9f3104f commit 9c005f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions velodyne_pointcloud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,18 @@ if(BUILD_TESTING)
add_subdirectory(tests)
endif()

ament_export_include_directories(include)
ament_export_dependencies(
diagnostic_updater
eigen
geometry_msgs
message_filters
pcl
rclcpp
sensor_msgs
tf2
tf2_ros
velodyne_msgs
)
ament_export_libraries(velodyne_rawdata velodyne_cloud_types)
ament_package()

0 comments on commit 9c005f5

Please sign in to comment.