Add example colcon.meta file

This commit is contained in:
Christophe Bedard 2019-07-04 14:18:52 +02:00
parent b3ca3c017f
commit 648b308e8e

9
colcon.meta Normal file
View file

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