-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (23 loc) · 867 Bytes
/
package.xml
File metadata and controls
31 lines (23 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<package format="2">
<name>flirtlib</name>
<version>1.1.0</version>
<description>FLIRTlib</description>
<maintainer email="efernandez@clearpathrobotics.com">Enrique Fernandez</maintainer>
<author email="tipaldi@cs.uni-freiburg.de">Gian Diego Tipaldi</author>
<author email="arras@informatik.uni-freiburg.de">Kai O. Arras</author>
<license>LGPL</license>
<buildtool_depend>cmake</buildtool_depend>
<depend>boost</depend>
<depend>libcairo2-dev</depend>
<depend>libqwt6</depend>
<build_depend>libqt4-dev</build_depend>
<build_depend>libqt4-opengl-dev</build_depend>
<build_depend>doxygen</build_depend>
<exec_depend>libqt4</exec_depend>
<exec_depend>libqt4-opengl</exec_depend>
<export>
<!-- Specify that this is not really a Catkin package-->
<build_type>cmake</build_type>
</export>
</package>