Skip to content

Commit

Permalink
package.xml to build as pure CMake package of a colcon workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed Nov 9, 2023
1 parent 7b8fe12 commit f5dbbec
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package format="3">
<name>libfranka</name>
<version>0.12.1</version>
<description>libfranka is a C++ library for Franka Emika research robots</description>
<maintainer email="[email protected]">Franka Emika GmbH</maintainer>
<license>Apache 2.0</license>

<url type="website">https://frankaemika.github.io</url>
<url type="repository">https://github.com/frankaemika/libfranka</url>
<url type="bugtracker">https://github.com/frankaemika/libfranka/issues</url>
<author>Franka Emika GmbH</author>

<buildtool_depend>cmake</buildtool_depend>

<build_depend>libpoco-dev</build_depend>
<build_depend>eigen</build_depend>

<exec_depend>libpoco-dev</exec_depend>

<doc_depend>doxygen</doc_depend>
<doc_depend>graphviz</doc_depend>

<export>
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit f5dbbec

Please sign in to comment.