Update CMakeLists.txt

to specify the location of TBB header file
This commit is contained in:
simonmssu 2016-07-11 16:14:36 -04:00 committed by GitHub
parent f5ed435e18
commit 73a28260ec
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#TBB library
include_directories(${TBB_ROOT_DIR}/include)
add_executable(FeatureExtraction FeatureExtraction.cpp)
# Local libraries