From 99f7e84237b6808efa6a88bcb8f3b6c5c641104e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Berm=C3=BAdez=20Ortega?= Date: Fri, 31 Jan 2020 08:20:07 +0100 Subject: [PATCH] Add colcon.pkg file. (#135) --- colcon.pkg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 colcon.pkg diff --git a/colcon.pkg b/colcon.pkg new file mode 100644 index 00000000..4ff49e3d --- /dev/null +++ b/colcon.pkg @@ -0,0 +1,11 @@ +{ + "name": "microxrcedds_client", + "type": "cmake", + "dependencies":[ + "microcdr" + ], + "cmake-args":[ + "-DUCLIENT_ISOLATED_INSTALL=OFF", + "-DUCLIENT_SUPERBUILD=OFF" + ] +}