Skip to content
Snippets Groups Projects
Unverified Commit b4c46253 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #11 from olivier-stasse/devel

[package.xml] Add the file package.xml for catkin workspace
parents d2c8b2d1 dd3c43d4
No related branches found
No related tags found
No related merge requests found
......@@ -73,3 +73,5 @@ ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(tests)
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})
INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})
<package format="2">
<name>ddp-actuator-solver</name>
<version>1.1.0</version>
<description>
Dynamic Differential Programming
</description>
<maintainer email="ostasse@laas.fr">Olivier Stasse</maintainer>
<license>BSD</license>
<url>https://github.com/stack-of-tasks/ddp-actuator-solver</url>
<author>Olivier Stasse</author>
<buildtool_depend>catkin</buildtool_depend>
<doc_depend>doxygen</doc_depend>
</package>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment