[ros-users] Name of the CMake variables defined by the manif…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: ros-users
Subject: [ros-users] Name of the CMake variables defined by the manifest.xml
Hello

I am interested how the "depend package" statements in manifest.xml
file are related to variables within cmake.
My problem is that I compiling non ROS libraries within a ros package
and i need to cmake variables defining the include path and libraries
names.
A an example: I defined
<depend package="opencv2"/> within my manifest
I like to link now the opencv to my non ROS libraries and i need a
cmake variable defining the opencv shared libs like OpenCV_LIBRARIES
pointing to the ros opencv.

Greetings
Markus