Skip to content

Commit

Permalink
build(autoware_static_centerline_generator): fix include in CMake
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
  • Loading branch information
esteve committed May 15, 2024
1 parent cc745f1 commit e1902a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions planning/autoware_static_centerline_generator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ ament_auto_package(
rviz
)

target_include_directories(main PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/src
)

if(BUILD_TESTING)
add_launch_test(
test/test_static_centerline_generator.test.py
Expand Down

0 comments on commit e1902a4

Please sign in to comment.