From 819e087c988d909d1a70d3bd50bb97333654d98f Mon Sep 17 00:00:00 2001 From: simonmssu Date: Mon, 11 Jul 2016 16:11:02 -0400 Subject: [PATCH] Update CMakeLists.txt --- exe/FaceLandmarkImg/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exe/FaceLandmarkImg/CMakeLists.txt b/exe/FaceLandmarkImg/CMakeLists.txt index 9df2440..8ea140a 100644 --- a/exe/FaceLandmarkImg/CMakeLists.txt +++ b/exe/FaceLandmarkImg/CMakeLists.txt @@ -1,3 +1,6 @@ +#TBB library +include_directories(${TBB_ROOT_DIR}/include) + # Local libraries include_directories(${LandmarkDetector_SOURCE_DIR}/include)