From 819e087c988d909d1a70d3bd50bb97333654d98f Mon Sep 17 00:00:00 2001 From: simonmssu Date: Mon, 11 Jul 2016 16:11:02 -0400 Subject: [PATCH 1/6] 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) From d9d4b10a52797c6d289c2563997ac1dc1374e4c5 Mon Sep 17 00:00:00 2001 From: simonmssu Date: Mon, 11 Jul 2016 16:12:34 -0400 Subject: [PATCH 2/6] Update CMakeLists.txt to specify the location of TBB header file --- exe/FaceLandmarkVid/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exe/FaceLandmarkVid/CMakeLists.txt b/exe/FaceLandmarkVid/CMakeLists.txt index 7274dde..6755fa1 100644 --- a/exe/FaceLandmarkVid/CMakeLists.txt +++ b/exe/FaceLandmarkVid/CMakeLists.txt @@ -1,3 +1,6 @@ +#TBB library +include_directories(${TBB_ROOT_DIR}/include) + add_executable(FaceLandmarkVid FaceLandmarkVid.cpp) # Local libraries From f5ed435e188a607358b85cee34913e83ed34611a Mon Sep 17 00:00:00 2001 From: simonmssu Date: Mon, 11 Jul 2016 16:13:37 -0400 Subject: [PATCH 3/6] 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) From 73a28260ecd95981d5aa5b9a067757f941035d6a Mon Sep 17 00:00:00 2001 From: simonmssu Date: Mon, 11 Jul 2016 16:14:36 -0400 Subject: [PATCH 4/6] Update CMakeLists.txt to specify the location of TBB header file --- exe/FeatureExtraction/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exe/FeatureExtraction/CMakeLists.txt b/exe/FeatureExtraction/CMakeLists.txt index 5839c04..3c56149 100644 --- a/exe/FeatureExtraction/CMakeLists.txt +++ b/exe/FeatureExtraction/CMakeLists.txt @@ -1,3 +1,6 @@ +#TBB library +include_directories(${TBB_ROOT_DIR}/include) + add_executable(FeatureExtraction FeatureExtraction.cpp) # Local libraries From 409e2a89f3c3d927fb64ad99c9e1b3b95133859b Mon Sep 17 00:00:00 2001 From: simonmssu Date: Mon, 11 Jul 2016 16:15:18 -0400 Subject: [PATCH 5/6] 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 From 6513be147bd9bfef049f9cc5ed4e718b27e1578e Mon Sep 17 00:00:00 2001 From: simonmssu Date: Mon, 11 Jul 2016 16:15:44 -0400 Subject: [PATCH 6/6] Update CMakeLists.txt to specify the location of TBB header file --- lib/local/LandmarkDetector/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/local/LandmarkDetector/CMakeLists.txt b/lib/local/LandmarkDetector/CMakeLists.txt index 16b8453..1c28678 100644 --- a/lib/local/LandmarkDetector/CMakeLists.txt +++ b/lib/local/LandmarkDetector/CMakeLists.txt @@ -1,3 +1,6 @@ +#TBB library +include_directories(${TBB_ROOT_DIR}/include) + include_directories(${BOOST_INCLUDE_DIR}) SET(SOURCE @@ -35,4 +38,4 @@ include_directories(${LandmarkDetector_SOURCE_DIR}/include) add_library( LandmarkDetector ${SOURCE} ${HEADERS}) install (TARGETS LandmarkDetector DESTINATION bin) -install (FILES HEADERS DESTINATION include) \ No newline at end of file +install (FILES HEADERS DESTINATION include)