diff --git a/rslidar_pointcloud/CMakeLists.txt b/rslidar_pointcloud/CMakeLists.txt index 13c9e4b..21bde31 100644 --- a/rslidar_pointcloud/CMakeLists.txt +++ b/rslidar_pointcloud/CMakeLists.txt @@ -25,4 +25,9 @@ include_directories(${catkin_INCLUDE_DIRS} ) generate_dynamic_reconfigure_options(cfg/CloudNode.cfg) + +catkin_package( + CATKIN_DEPENDS ${${PROJECT_NAME}_CATKIN_DEPS} +) + add_subdirectory(src)