diff --git a/nebula_ros/CMakeLists.txt b/nebula_ros/CMakeLists.txt index 19c4b085c..c29a83996 100644 --- a/nebula_ros/CMakeLists.txt +++ b/nebula_ros/CMakeLists.txt @@ -223,11 +223,13 @@ add_library(aeva_ros_wrapper SHARED ) target_include_directories(aeva_ros_wrapper PUBLIC + ${diagnostic_updater_INCLUDE_DIRS} ${nebula_decoders_INCLUDE_DIRS} ${nebula_hw_interfaces_INCLUDE_DIRS} ) target_link_libraries(aeva_ros_wrapper PUBLIC + ${diagnostic_updater_TARGETS} nebula_decoders::nebula_decoders_aeva nebula_hw_interfaces::nebula_hw_interfaces_aeva )