Skip to content

Commit

Permalink
fixed library installation
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Oct 26, 2023
1 parent 7b6d3a7 commit f39bd9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit f39bd9f

Please sign in to comment.