mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 18:26:05 -04:00
Merge pull request #337 Add catkin configuration from ardabbour/master
This commit is contained in:
commit
c7909ee9c1
21
package.xml
Normal file
21
package.xml
Normal file
@ -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="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>
|
||||
|
||||
<export>
|
||||
<build_type>cmake</build_type>
|
||||
</export>
|
||||
|
||||
</package>
|
Loading…
x
Reference in New Issue
Block a user