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 )