Skip to content

Commit

Permalink
chore(autoware_behavior_velocity_intersection_module): include opencv…
Browse files Browse the repository at this point in the history
… as system (autowarefoundation#9330)

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
  • Loading branch information
yhisaki authored Nov 15, 2024
1 parent fbf297a commit 8028e38
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ ament_auto_add_library(${PROJECT_NAME} SHARED
src/debug.cpp
)

target_include_directories(${PROJECT_NAME} SYSTEM PUBLIC
${OpenCV_INCLUDE_DIRS}
)

target_link_libraries(${PROJECT_NAME}
${OpenCV_LIBRARIES}
)
Expand Down

0 comments on commit 8028e38

Please sign in to comment.