Add sqlite3 to target_link_libraries

This commit is contained in:
Yu Asabe 2022-04-01 15:33:19 +09:00
parent 8673dc7b23
commit 2db31ab9f0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ ament_auto_add_library(autoware_v2x SHARED
src/security.cpp
)
target_link_libraries(autoware_v2x Vanetza::vanetza ${GeographicLib_LIBRARIES} Boost::thread)
target_link_libraries(autoware_v2x Vanetza::vanetza ${GeographicLib_LIBRARIES} Boost::thread sqlite3)
rclcpp_components_register_node(autoware_v2x
PLUGIN "v2x::V2XNode"