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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: ros-users
題目: [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