Update CMakeLists.txt

This commit is contained in:
Dzmitry Maladzenkau 2024-07-22 09:47:59 +02:00 committed by GitHub
parent c5c2018e76
commit ef1865fdab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ find_package(rclcpp REQUIRED)
find_package(rclcpp_components REQUIRED) find_package(rclcpp_components REQUIRED)
find_package(sensor_msgs REQUIRED) find_package(sensor_msgs REQUIRED)
find_package(rcutils REQUIRED) find_package(rcutils REQUIRED)
find_package(PkgConfig REQUIRED)
pkg_check_modules(GST REQUIRED pkg_check_modules(GST REQUIRED
gstreamer-1.0 gstreamer-1.0
gstreamer-app-1.0 gstreamer-app-1.0