From 409e2a89f3c3d927fb64ad99c9e1b3b95133859b Mon Sep 17 00:00:00 2001 From: simonmssu Date: Mon, 11 Jul 2016 16:15:18 -0400 Subject: [PATCH] Update CMakeLists.txt to specify the location of TBB header file --- 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 c08888f..f0081e7 100644 --- a/lib/local/FaceAnalyser/CMakeLists.txt +++ b/lib/local/FaceAnalyser/CMakeLists.txt @@ -1,3 +1,6 @@ +#TBB library +include_directories(${TBB_ROOT_DIR}/include) + include_directories(${BOOST_INCLUDE_DIR}) SET(SOURCE