forked from ament/google_benchmark_vendor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
26 lines (19 loc) · 919 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>google_benchmark_vendor</name>
<version>0.2.0</version>
<description>This package provides Google Benchmark.</description>
<maintainer email="[email protected]">Scott K Logan</maintainer>
<license>Apache License 2.0</license> <!-- Both this package and Google Benchmark are ASL 2.0 -->
<url type="website">https://github.com/google/benchmark</url>
<author email="[email protected]">Audrow Nash</author>
<author email="[email protected]">Michel Hidalgo</author>
<author email="[email protected]">Scott K Logan</author>
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>git</buildtool_depend>
<depend>benchmark</depend>
<export>
<build_type>cmake</build_type>
</export>
</package>