Merge branch 'include-colcon-meta' into 'master'

Add example colcon.meta file

See merge request ros_tracing/ros2_tracing!41
This commit is contained in:
Ingo Lütkebohle 2019-07-04 15:36:45 +00:00
commit 41d6f39be1

9
colcon.meta Normal file
View file

@ -0,0 +1,9 @@
{
"names": {
"tracetools": {
"cmake-args": [
"-DWITH_LTTNG=ON",
],
},
},
}