From e26fa6143d5deaecb8d403aac8f61b31d9ee1eef Mon Sep 17 00:00:00 2001 From: evankapi <57721711+evankapi@users.noreply.github.com> Date: Fri, 5 Nov 2021 15:21:28 +0100 Subject: [PATCH 1/3] Update CMakeLists.txt Export libraries properly --- compressed_depth_image_transport/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/compressed_depth_image_transport/CMakeLists.txt b/compressed_depth_image_transport/CMakeLists.txt index ded5f73c..74f85002 100644 --- a/compressed_depth_image_transport/CMakeLists.txt +++ b/compressed_depth_image_transport/CMakeLists.txt @@ -50,4 +50,5 @@ install( pluginlib_export_plugin_description_file(image_transport compressed_depth_plugins.xml) +ament_export_libraries(${PROJECT_NAME}) ament_package() From a14efa75f5865651067da9a2ada9987fe3f78838 Mon Sep 17 00:00:00 2001 From: evankapi <57721711+evankapi@users.noreply.github.com> Date: Fri, 5 Nov 2021 15:21:47 +0100 Subject: [PATCH 2/3] Update CMakeLists.txt --- compressed_image_transport/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/compressed_image_transport/CMakeLists.txt b/compressed_image_transport/CMakeLists.txt index 314c4ca0..71582934 100644 --- a/compressed_image_transport/CMakeLists.txt +++ b/compressed_image_transport/CMakeLists.txt @@ -52,4 +52,5 @@ install( ) pluginlib_export_plugin_description_file(image_transport compressed_plugins.xml) +ament_export_libraries(${PROJECT_NAME}) ament_package() From 691eb4e7105a360e2c87c564a08cc7b0595e98b6 Mon Sep 17 00:00:00 2001 From: evankapi <57721711+evankapi@users.noreply.github.com> Date: Fri, 5 Nov 2021 15:22:23 +0100 Subject: [PATCH 3/3] Update CMakeLists.txt Export libraries --- theora_image_transport/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/theora_image_transport/CMakeLists.txt b/theora_image_transport/CMakeLists.txt index 0f961d98..2b99884a 100644 --- a/theora_image_transport/CMakeLists.txt +++ b/theora_image_transport/CMakeLists.txt @@ -120,4 +120,5 @@ install( pluginlib_export_plugin_description_file(image_transport theora_plugins.xml) +ament_export_libraries(${PROJECT_NAME}) ament_package()