Skip to content

Commit c761fdd

Browse files
committed
add package.xml to support colcon builds
1 parent b1f6c77 commit c761fdd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.xml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
4+
<name>reactor-cpp</name>
5+
<version>0.0.0</version>
6+
<description>A C++ reactor runtime</description>
7+
<maintainer email="[email protected]">user</maintainer>
8+
<license>ISC License</license>
9+
<export>
10+
<build_type>cmake</build_type>
11+
</export>
12+
</package>
13+
<package format="3">
14+
<name>reactor-cpp-foo</name>
15+
<version>0.0.0</version>
16+
<description>A C++ reactor runtime</description>
17+
<maintainer email="[email protected]">user</maintainer>
18+
<license>ISC License</license>
19+
<export>
20+
<build_type>cmake</build_type>
21+
</export>
22+
</package>

0 commit comments

Comments
 (0)