Skip to content

Commit

Permalink
[#381] Add colcon package for iceoryx2
Browse files Browse the repository at this point in the history
  • Loading branch information
orecham committed Sep 19, 2024
1 parent 4b2f409 commit 7858171
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/release-notes/iceoryx2-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
* Add custom user header [#253](https://github.com/eclipse-iceoryx/iceoryx2/issues/253)
* Build the C and C++ language bindings with bazel [#329](https://github.com/eclipse-iceoryx/iceoryx2/issues/329)
* Add `Subscriber::has_samples` [#335](https://github.com/eclipse-iceoryx/iceoryx2/issues/335)
* Add colcon package for iceoryx2 with c/c++ bindings [#381](https://github.com/eclipse-iceoryx/iceoryx2/issues/381)

### Bugfixes

Expand Down
18 changes: 18 additions & 0 deletions package.xml
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>

0 comments on commit 7858171

Please sign in to comment.