Skip to content

Commit

Permalink
Merge pull request #337 Add catkin configuration from ardabbour/master
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts authored Oct 2, 2021
2 parents 4939c32 + 320f4c5 commit c7909ee
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>SQLiteCpp</name>
<version>3.1.1</version>
<description>A smart and easy to use C++ SQLite3 wrapper.</description>

<maintainer email="[email protected]">Sébastien Rombauts</maintainer>

<license>MIT</license>

<author email="[email protected]">Sébastien Rombauts</author>

<buildtool_depend>cmake</buildtool_depend>

<depend>libsqlite3-dev</depend>

<export>
<build_type>cmake</build_type>
</export>

</package>

0 comments on commit c7909ee

Please sign in to comment.