Add colcon.pkg file. (#135)

This commit is contained in:
Julián Bermúdez Ortega 2020-01-31 08:20:07 +01:00 committed by GitHub
parent 5d16a887ce
commit 99f7e84237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
colcon.pkg Normal file
View File

@ -0,0 +1,11 @@
{
"name": "microxrcedds_client",
"type": "cmake",
"dependencies":[
"microcdr"
],
"cmake-args":[
"-DUCLIENT_ISOLATED_INSTALL=OFF",
"-DUCLIENT_SUPERBUILD=OFF"
]
}