Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bmrocamora committed Sep 17, 2020
2 parents 779c5f1 + 8336beb commit 48cfd4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driving_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ include_directories(

add_executable(fws_driving src/fws_driving.cpp)
target_link_libraries(fws_driving ${catkin_LIBRARIES})
add_dependencies(fws_driving driving_control_generate_messages_cpp)
add_dependencies(fws_driving driving_control_generate_messages_cpp ${catkin_EXPORTED_TARGETS})

add_executable(wheel_control src/wheel_control.cpp)
target_link_libraries(wheel_control ${catkin_LIBRARIES})
add_dependencies(wheel_control driving_control_generate_messages_cpp)
add_dependencies(wheel_control driving_control_generate_messages_cpp ${catkin_EXPORTED_TARGETS})

## Rename C++ executable without prefix
## The above recommended prefix causes long target names, the following renames the
Expand Down

0 comments on commit 48cfd4e

Please sign in to comment.