Skip to content

Commit ae0575a

Browse files
package.xml to build as pure CMake package of a colcon workspace
1 parent 7b8fe12 commit ae0575a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0"?>
2+
<package format="3">
3+
<name>libfranka</name>
4+
<version>0.12.0</version>
5+
<description>libfranka is a C++ library for Franka Emika research robots</description>
6+
<maintainer email="[email protected]">Franka Emika GmbH</maintainer>
7+
<license>Apache 2.0</license>
8+
9+
<url type="website">https://frankaemika.github.io</url>
10+
<url type="repository">https://github.com/frankaemika/libfranka</url>
11+
<url type="bugtracker">https://github.com/frankaemika/libfranka/issues</url>
12+
<author>Franka Emika GmbH</author>
13+
14+
<buildtool_depend>cmake</buildtool_depend>
15+
16+
<build_depend>libpoco-dev</build_depend>
17+
<build_depend>eigen</build_depend>
18+
19+
<exec_depend>libpoco-dev</exec_depend>
20+
21+
<doc_depend>doxygen</doc_depend>
22+
<doc_depend>graphviz</doc_depend>
23+
24+
<export>
25+
<build_type>cmake</build_type>
26+
</export>
27+
</package>

0 commit comments

Comments
 (0)