Skip to content

Commit

Permalink
Add action and msgs for p2p_delivery on CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hughie committed Sep 9, 2015
1 parent 96cabe0 commit 7006327
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions simple_delivery_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ add_action_files(
DIRECTORY action
FILES
RobotDeliveryOrder.action
P2PDeliveryOrderAction.action
)

## Generate msgs in the 'msg' folder
Expand All @@ -22,6 +23,8 @@ add_message_files(
Order.msg
OrderList.msg
RobotStatus.msg
P2PDeliveryOrder.msg
P2PDeliveryStatus.msg
)

generate_messages(
Expand Down

0 comments on commit 7006327

Please sign in to comment.