From 9356344e910c2044baf7c041b1a11e0ce3650ddd Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Wed, 25 Oct 2017 08:39:38 +0100 Subject: [PATCH] Another missing include for cmake. --- lib/local/FaceAnalyser/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/local/FaceAnalyser/CMakeLists.txt b/lib/local/FaceAnalyser/CMakeLists.txt index 46184cf..2469e4f 100644 --- a/lib/local/FaceAnalyser/CMakeLists.txt +++ b/lib/local/FaceAnalyser/CMakeLists.txt @@ -7,6 +7,9 @@ include_directories(${BOOST_INCLUDE_DIR}) #OpenBlas library include_directories(../../3rdParty/OpenBLAS/include) +#LandmarkDetector library +include_directories(../../local/LandmarkDetector/include) + SET(SOURCE src/Face_utils.cpp src/FaceAnalyser.cpp