Adds a few missing rosdeps. (#5)

This change depends on: ros/rosdistro#12453
master
Tully Foote 2016-08-23 01:33:58 -07:00 committed by Damon Kohler
parent cf9e365bc2
commit a2533cd75e
1 changed files with 3 additions and 0 deletions

View File

@ -22,8 +22,11 @@
<license>Apache 2.0</license> <license>Apache 2.0</license>
<run_depend>catkin</run_depend> <run_depend>catkin</run_depend>
<run_depend>lua5.2-dev</run_depend>
<buildtool_depend>cmake</buildtool_depend> <buildtool_depend>cmake</buildtool_depend>
<build_depend>ceres_catkin</build_depend> <build_depend>ceres_catkin</build_depend>
<build_depend>google-mock</build_depend>
<build_depend>lua5.2-dev</build_depend>
<export> <export>
<build_type>cmake</build_type> <build_type>cmake</build_type>