ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

CMake supports finding libraries, see here. Once you have applied the find.. macros you use the variables in include_directories/target_link_libraries, e.g.

include_directories(${customLibary_INCLUDES})

CMake supports finding libraries, see here. Once you have applied the find.. macros you use the variables in include_directories/target_link_libraries, e.g.

include_directories(${customLibary_INCLUDES})include_directories(${customLibary_INCLUDE_DIRS})

CMake supports finding libraries, see here. Once you have applied the find.. check... macros you use the variables in include_directories/target_link_libraries, e.g.

include_directories(${customLibary_INCLUDE_DIRS})