From 2f723b008e6281fda8dacd777f47729f21c4ffcb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joaquim=20Casals=20Bu=C3=B1uel?= <jcasals@iri.upc.edu>
Date: Thu, 31 Jan 2019 12:42:49 +0100
Subject: [PATCH] Fixed install vision_utils

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3592838da..88434b6b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -640,10 +640,10 @@ include/base/processor/processor_tracker_feature_image.h
 include/base/processor/processor_tracker_landmark_image.h
         )
     SET(HDRS_PROCESSOR ${HDRS_PROCESSOR}
-src/processor/processor_tracker_feature_trifocal.h
+include/base/processor/processor_tracker_feature_trifocal.h
     )
   SET(HDRS_LANDMARK ${HDRS_LANDMARK}
-src/landmark/landmark_point_3D.h
+include/base/landmark/landmark_point_3D.h
     )
     SET(SRCS ${SRCS}
 src/capture/capture_image.cpp
-- 
GitLab