Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4bb137f

Browse files
committedMay 15, 2024·
build(autoware_static_centerline_generator): fix include in CMake
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent c24ba11 commit 4bb137f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎planning/autoware_static_centerline_generator/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ ament_auto_package(
4343
rviz
4444
)
4545

46+
target_include_directories(main PRIVATE
47+
${CMAKE_CURRENT_SOURCE_DIR}/src
48+
)
49+
4650
if(BUILD_TESTING)
4751
add_launch_test(
4852
test/test_static_centerline_generator.test.py

0 commit comments

Comments
 (0)
Please sign in to comment.