Skip to content

Commit 83f2f71

Browse files
committed
add yaml-cpp to CMakeLists.txt
1 parent 67c5211 commit 83f2f71

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ ament_auto_add_library(${PROJECT_NAME} SHARED
2525
target_link_libraries(${PROJECT_NAME}
2626
${GPIOD_LIBRARIES}
2727
)
28+
target_link_libraries(${PROJECT_NAME}
29+
yaml-cpp
30+
)
2831

2932
rclcpp_components_register_node(${PROJECT_NAME}
3033
PLUGIN "sensor_trigger::SensorTrigger"

0 commit comments

Comments
 (0)