This commit is contained in:
yul 2024-02-05 06:19:11 +01:00
parent 82dbd3744b
commit c5c0dcf2d5
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ include_directories(${catkin_INCLUDE_DIRS})
add_executable(my_first_node src/my_first_node.cpp) add_executable(my_first_node src/my_first_node.cpp)
target_link_libraries(my_first_node target_link_libraries(my_first_node
${catkin_LIBRARIES} ${catkin_LIBRARIES})