Skip to content

Commit

Permalink
Added a package.xml file for REP-136 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Koval committed Jul 9, 2015
1 parent 36ec220 commit 1432996
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,9 @@ message(STATUS ${PC_CONFIG_OUT})
configure_file(${PC_CONFIG_IN} ${PC_CONFIG_OUT} @only)
install(FILES ${PC_CONFIG_OUT} DESTINATION lib/pkgconfig)

# Install a Catkin 'package.xml' file. This is required by REP-136.
install(FILES package.xml DESTINATION share/${PROJECT_NAME})

#===============================================================================
# Add sub-directories
#===============================================================================
Expand Down
25 changes: 25 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<package format="2">
<name>dart</name>
<version>5.0.0</version>
<description>Dynamic Animation and Robotics Toolkit</description>
<maintainer email="jslee02@gmail.com">Jeongseok Lee</maintainer>
<license>BSD</license>
<depend>assimp</depend>
<depend>eigen</depend>
<depend>fcl</depend>
<depend>glut</depend>
<depend>libccd</depend>
<depend>libflann-dev</depend>
<depend>liburdfdom-dev</depend>
<depend>libxi-dev</depend>
<depend>libxmu-dev</depend>
<depend>tinyxml</depend>
<depend>tinyxml2</depend>
<!-- These are required by REP-136. -->
<exec_depend>catkin</exec_depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit 1432996

Please sign in to comment.