Add colcon.pkg file. (#135)
This commit is contained in:
parent
5d16a887ce
commit
99f7e84237
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "microxrcedds_client",
|
||||
"type": "cmake",
|
||||
"dependencies":[
|
||||
"microcdr"
|
||||
],
|
||||
"cmake-args":[
|
||||
"-DUCLIENT_ISOLATED_INSTALL=OFF",
|
||||
"-DUCLIENT_SUPERBUILD=OFF"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue