adding FeatureConfig dependency too

This commit is contained in:
Tully Foote 2013-09-20 11:09:03 -07:00 committed by Paul Bovbel
parent d92092536c
commit 9edc4154b6

View File

@ -111,6 +111,7 @@ add_library(pcl_ros_features
src/pcl_ros/features/vfh.cpp src/pcl_ros/features/vfh.cpp
) )
target_link_libraries (pcl_ros_features ${Boost_LIBRARIES} ${catkin_LIBRARIES} ${PCL_LIBRARIES}) target_link_libraries (pcl_ros_features ${Boost_LIBRARIES} ${catkin_LIBRARIES} ${PCL_LIBRARIES})
add_dependencies(pcl_ros_features ${PROJECT_NAME}_gencfg)
class_loader_hide_library_symbols(pcl_ros_features) class_loader_hide_library_symbols(pcl_ros_features)