-
Notifications
You must be signed in to change notification settings - Fork 412
Expand file tree
/
Copy pathpackage.xml
More file actions
18 lines (14 loc) · 422 Bytes
/
Copy pathpackage.xml
File metadata and controls
18 lines (14 loc) · 422 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<package format="2">
<name>teaserpp</name>
<version>1.0.0</version>
<description>TEASER++</description>
<maintainer email="jnshi@mit.edu">Jingnan Shi</maintainer>
<license>MIT</license>
<buildtool_depend>cmake</buildtool_depend>
<depend>eigen</depend>
<export>
<!-- Specify that this is not really a catkin package-->
<build_type>cmake</build_type>
</export>
</package>