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 0b10a72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions planning/path_smoother/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ 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_include_directories(test_${PROJECT_NAME} include)
target_link_libraries(test_${PROJECT_NAME} path_smoother)
endif()

ament_auto_package(
Expand Down

0 comments on commit 0b10a72

Please sign in to comment.