-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
27 lines (21 loc) · 937 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<package format="2">
<name>boost_plugin_loader</name>
<version>0.2.2</version>
<description>Boost plugin loader implementation</description>
<author email="[email protected]">Levi Armstrong</author>
<author email="[email protected]">Michael Ripperger</author>
<maintainer email="[email protected]">Levi Armstrong</maintainer>
<maintainer email="[email protected]">Michael Ripperger</maintainer>
<license>Apache 2.0</license>
<!-- Following recommendations of REP 136 -->
<buildtool_depend>cmake</buildtool_depend>
<build_depend>ros_industrial_cmake_boilerplate</build_depend>
<build_depend>libboost-filesystem-dev</build_depend>
<build_export_depend>libboost-filesystem-dev</build_export_depend>
<exec_depend>libboost-filesystem</exec_depend>
<test_depend>gtest</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>