Skip to content

Commit 8ba1f63

Browse files
authored
Add catkin configuration
1 parent 44bd9c4 commit 8ba1f63

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
2+
<package format="3">
3+
<name>SQLiteC++</name>
4+
<version>3.1.1</version>
5+
<description>A smart and easy to use C++ SQLite3 wrapper.</description>
6+
7+
<maintainer email="[email protected]">Sébastien Rombauts</maintainer>
8+
9+
<license>MIT</license>
10+
11+
<author email="[email protected]">Sébastien Rombauts</author>
12+
13+
<buildtool_depend>cmake</buildtool_depend>
14+
15+
<depend>libsqlite3-dev</depend>
16+
17+
</package>

0 commit comments

Comments
 (0)