-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#381] Add colcon package for iceoryx2
- Loading branch information
Showing
2 changed files
with
19 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
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,18 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>iceoryx2_cxx</name> | ||
<version>0.3.0</version> | ||
<description>iceoryx2 with c/c++ bindings</description> | ||
<maintainer email="[email protected]">ekxide developers</maintainer> | ||
<license>Apache 2.0</license> | ||
<url type="bugtracker">https://github.com/eclipse-iceoryx/iceoryx2/issues</url> | ||
<url type="repository">https://github.com/eclipse-iceoryx/iceoryx2</url> | ||
|
||
<buildtool_depend>cmake</buildtool_depend> | ||
<depend>iceoryx_hoofs</depend> | ||
|
||
<export> | ||
<build_type>cmake</build_type> | ||
</export> | ||
</package> |