-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a package.xml file so one can use this pacakge as a dependency di…
…rectly.
- Loading branch information
1 parent
7dbb7ff
commit c80383d
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?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]">Justin Carpentier</maintainer> | ||
<maintainer email="[email protected]">Guilhem Saurel</maintainer> | ||
<maintainer email="[email protected]">Pierre Gergondet</maintainer> | ||
|
||
|
||
<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> |