Skip to content

Commit 9f74860

Browse files
authored
Add package.xml (#232)
Let libwave be built as part of a catkin workspace. Note this does *not* make libwave a ROS package. It just lets catkin identify it as a pure CMake package to be built.
1 parent 8059279 commit 9f74860

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.xml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<package format="2">
2+
<name>libwave</name>
3+
<version>0.1.0</version>
4+
<description>libwave</description>
5+
6+
<maintainer email="[email protected]">Chris Choi</maintainer>
7+
<maintainer email="[email protected]">Leo Koppel</maintainer>
8+
<license>MIT</license>
9+
10+
<!-- This file lets catkin build this non-catkin package-->
11+
<buildtool_depend>catkin</buildtool_depend>
12+
<export>
13+
<build_type>cmake</build_type>
14+
</export>
15+
</package>

0 commit comments

Comments
 (0)