Skip to content

Commit b4c4625

Browse files
authored
Merge pull request #11 from olivier-stasse/devel
[package.xml] Add the file package.xml for catkin workspace
2 parents d2c8b2d + dd3c43d commit b4c4625

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,5 @@ ADD_SUBDIRECTORY(src)
7373
ADD_SUBDIRECTORY(tests)
7474

7575
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})
76+
77+
INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})

package.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<package format="2">
2+
<name>ddp-actuator-solver</name>
3+
<version>1.1.0</version>
4+
<description>
5+
Dynamic Differential Programming
6+
</description>
7+
<maintainer email="[email protected]">Olivier Stasse</maintainer>
8+
<license>BSD</license>
9+
10+
<url>https://github.com/stack-of-tasks/ddp-actuator-solver</url>
11+
<author>Olivier Stasse</author>
12+
13+
<buildtool_depend>catkin</buildtool_depend>
14+
15+
<doc_depend>doxygen</doc_depend>
16+
17+
</package>

0 commit comments

Comments
 (0)