Skip to content

Commit

Permalink
Merge pull request #694 from MaximilienNaveau/topic/mnaveau/add-packa…
Browse files Browse the repository at this point in the history
…ge-xml

Add package.xml
  • Loading branch information
MaximilienNaveau authored May 22, 2024
2 parents 72f7235 + 08d1f0e commit dd3e412
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<package format="3">
<name>jrl-cmakemodules</name>
<version>0.0.0</version>
<description>CMake utility toolbox</description>

<maintainer email="[email protected]">Guilhem Saurel</maintainer>
<author>Justin Carpentier</author>
<author>Pierre Gergondet</author>

<license>BSD-2</license>
<url type="website">https://github.com/jrl-umi3218/jrl-cmakemodules</url>

<buildtool_depend>cmake</buildtool_depend>

<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit dd3e412

Please sign in to comment.