From f39bd9fd985fd22e38f3c19c0fa9c39038088105 Mon Sep 17 00:00:00 2001 From: Matej Petrlik Date: Thu, 26 Oct 2023 12:15:34 +0200 Subject: [PATCH] fixed library installation --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c879e1c..071a3c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,9 +15,13 @@ find_package(catkin REQUIRED COMPONENTS nodelet ) +set(LIBRARIES + MrsVinsRepublisher + ) + catkin_package( # INCLUDE_DIRS include - LIBRARIES VinsRepublisher + LIBRARIES MrsVinsRepublisher CATKIN_DEPENDS roscpp tf2 tf2_ros mrs_lib # DEPENDS system_lib )