Add library
hi, i want to add a library to my package, i create a folder lib contain my libraries, but i dont know how to modify CMakeList.txt. can you help me please?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
hi, i want to add a library to my package, i create a folder lib contain my libraries, but i dont know how to modify CMakeList.txt. can you help me please?
This is not really ROS specific (catkin is basically CMake), but see catkin 0.6.18 documentation » How to do common tasks » Package format 2 (recommended) » Building and installing C++ libraries and headers.
Asked: 2016-05-04 14:28:52 -0600
Seen: 524 times
Last updated: May 05 '16
How could I detect that ROS is installed in CMakeLists
catkin build can't find shared library from a dependent package
catkin export cmake definitions/variables to depending packages
How to use arbitrary version of OpenCV
Catkinising package- Unable to include a header file from another package- Indigo
Including custom header file in ROS2 CMakeList
CMake/Catkin: How to export imported target
Build C++ Library and use in Python Package (Node)