ros2_tracing/tracetools/package.xml

20 lines
684 B
XML
Raw Normal View History

2019-05-16 12:55:31 +02:00
<?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>tracetools</name>
<version>0.0.1</version>
<description>ROS 2 wrapper for instrumentation</description>
<author email="bedard.christophe@gmail.com">Christophe Bedard</author>
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
<license>APLv2</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
<!-- explicitly not depending on LTTng -->
<export>
<build_type>ament_cmake</build_type>
</export>
</package>