Skip to content

Commit

Permalink
Added definitions for industrial_robot_client
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Sep 28, 2021
1 parent ee2f160 commit e0b69dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions motoman_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ target_link_libraries(motoman_industrial_robot_client
industrial_robot_client
industrial_utils)
add_dependencies(motoman_industrial_robot_client ${catkin_EXPORTED_TARGETS})
target_compile_definitions(motoman_industrial_robot_client PUBLIC ${industrial_robot_client_DEFINITIONS})

# Robot state node
add_executable(motoman_robot_state
Expand Down Expand Up @@ -163,6 +164,7 @@ target_link_libraries(motoman_industrial_robot_client_bswap
industrial_robot_client_bswap
industrial_utils)
add_dependencies(motoman_industrial_robot_client_bswap ${catkin_EXPORTED_TARGETS})
target_compile_definitions(motoman_industrial_robot_client_bswap PUBLIC ${industrial_robot_client_bswap_DEFINITIONS})

# Robot state node
add_executable(motoman_robot_state_bswap
Expand Down

0 comments on commit e0b69dd

Please sign in to comment.