Skip to content

Commit

Permalink
build(path_smoother): add include directory to CMake target
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Feb 6, 2024
1 parent 3e4f82f commit ed2156c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions planning/path_smoother/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ if(BUILD_TESTING)
ament_add_ros_isolated_gtest(test_${PROJECT_NAME}
test/test_${PROJECT_NAME}_node_interface.cpp
)
target_link_libraries(test_${PROJECT_NAME}
${PROJECT_NAME}
)
target_link_libraries(test_${PROJECT_NAME} path_smoother)
endif()

ament_auto_package(
Expand Down

0 comments on commit ed2156c

Please sign in to comment.