Skip to content
Snippets Groups Projects
Commit 5c6582d6 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Add Boost dependency.

parent 83fcbab9
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@ rosbuild_genmsg()
#uncomment if you have defined services
#rosbuild_gensrv()
rosbuild_add_boost_directories()
#common commands for building c++ executables and libraries
#rosbuild_add_library(${PROJECT_NAME} src/example.cpp)
#target_link_libraries(${PROJECT_NAME} another_library)
......
......@@ -9,6 +9,8 @@
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/dynamic-graph-bridge</url>
<rosdep name="boost"/>
<depend package="std_msgs"/>
<depend package="roscpp"/>
<depend package="geometry_msgs"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment