]> defiant.homedns.org Git - ros_roboint.git/blobdiff - CMakeLists.txt
updated readme
[ros_roboint.git] / CMakeLists.txt
index 885c2136b25fcb10af4b80e5be421b99335083a4..820e2583a684b853892fea536596317d167c1198 100644 (file)
@@ -4,7 +4,7 @@ project(roboint)
 ## Find catkin macros and libraries
 ## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
 ## is used, also find other catkin packages
-find_package(catkin REQUIRED COMPONENTS roscpp rospy std_msgs message_generation)
+find_package(catkin REQUIRED COMPONENTS roscpp rospy std_msgs message_generation urdf)
 
 ## System dependencies are found with CMake's conventions
 # find_package(Boost REQUIRED COMPONENTS system)
@@ -38,6 +38,7 @@ add_message_files(
 generate_messages(
   DEPENDENCIES
   std_msgs
+  roboint
 )
 
 ###################################