add excplicit dependency on gencfg target

This commit is contained in:
Dirk Thomas 2013-09-18 14:00:29 -07:00 committed by Paul Bovbel
parent 2adf6f1d6e
commit a68cc1f7b3

View File

@ -125,6 +125,7 @@ add_library(pcl_ros_filters
src/pcl_ros/filters/voxel_grid.cpp
)
target_link_libraries(pcl_ros_filters pcl_ros_tf ${Boost_LIBRARIES} ${catkin_LIBRARIES} ${PCL_LIBRARIES})
add_dependencies(pcl_ros_filters ${PROJECT_NAME}_gencfg)
class_loader_hide_library_symbols(pcl_ros_filters)
## Declare the pcl_ros_segmentation library