From fe82a5e332ecbc863aca5000e8ecac85942e2c4c Mon Sep 17 00:00:00 2001
From: Tommy Persson <tompe17@gmail.com>
Date: Sat, 22 Jul 2017 00:36:43 +0200
Subject: [PATCH] Adding building of debs

---
 CMakeLists.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4243923..5e442d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -162,3 +162,8 @@ include_directories(
 
 ## Add folders to be run by python nosetests
 # catkin_add_nosetests(test)
+
+set(cpackconfig "/opt/lrs_wara/src/lrs_wara/cpackconfig.cmake")
+if (EXISTS ${cpackconfig})
+  include(${cpackconfig})
+endif()
-- 
GitLab