Add catkin configuration

This commit is contained in:
AR Dabbour 2021-09-13 10:34:39 +03:00 committed by GitHub
parent 44bd9c4f38
commit 8ba1f630f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
package.xml Normal file
View File

@ -0,0 +1,17 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>SQLiteC++</name>
<version>3.1.1</version>
<description>A smart and easy to use C++ SQLite3 wrapper.</description>
<maintainer email="sebastien.rombauts@gmail.com">Sébastien Rombauts</maintainer>
<license>MIT</license>
<author email="sebastien.rombauts@gmail.com">Sébastien Rombauts</author>
<buildtool_depend>cmake</buildtool_depend>
<depend>libsqlite3-dev</depend>
</package>