Skip to content

Commit

Permalink
driver: sort source list JTA node.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed Nov 9, 2018
1 parent 2939ec9 commit 20cfeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motoman_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ set_target_properties(motoman_motion_streaming_interface_bswap
PREFIX "")

add_executable(${PROJECT_NAME}_joint_trajectory_action
src/joint_trajectory_action_node.cpp
src/industrial_robot_client/joint_trajectory_action.cpp)
src/industrial_robot_client/joint_trajectory_action.cpp
src/joint_trajectory_action_node.cpp)
target_link_libraries(${PROJECT_NAME}_joint_trajectory_action
industrial_robot_client
motoman_industrial_robot_client
Expand Down

0 comments on commit 20cfeaf

Please sign in to comment.