Skip to content

Commit

Permalink
added install to CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Feb 14, 2024
1 parent daff753 commit 92e94cb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,23 @@ add_dependencies(TransformFusion
target_link_libraries(TransformFusion
${catkin_LIBRARIES}
)


## --------------------------------------------------------------
## | Install |
## --------------------------------------------------------------

install(TARGETS ${LIBRARIES}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION}
)

install(DIRECTORY launch config include msg
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)


install(FILES estimator_plugins.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

0 comments on commit 92e94cb

Please sign in to comment.