Add build files
This commit is contained in:
parent
cb6dc3367f
commit
ad8894d12b
2 changed files with 113 additions and 0 deletions
19
tracetools/package.xml
Normal file
19
tracetools/package.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue