From f5ed435e188a607358b85cee34913e83ed34611a Mon Sep 17 00:00:00 2001 From: simonmssu Date: Mon, 11 Jul 2016 16:13:37 -0400 Subject: [PATCH] Update CMakeLists.txt to specify the location of TBB header file --- exe/FaceLandmarkVidMulti/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exe/FaceLandmarkVidMulti/CMakeLists.txt b/exe/FaceLandmarkVidMulti/CMakeLists.txt index 161b33b..7dabc9d 100644 --- a/exe/FaceLandmarkVidMulti/CMakeLists.txt +++ b/exe/FaceLandmarkVidMulti/CMakeLists.txt @@ -1,3 +1,6 @@ +#TBB library +include_directories(${TBB_ROOT_DIR}/include) + # Local libraries include_directories(${LandmarkDetector_SOURCE_DIR}/include)