Update CMakeLists.txt
to specify the location of TBB header file
This commit is contained in:
parent
d9d4b10a52
commit
f5ed435e18
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#TBB library
|
||||
include_directories(${TBB_ROOT_DIR}/include)
|
||||
|
||||
# Local libraries
|
||||
include_directories(${LandmarkDetector_SOURCE_DIR}/include)
|
||||
|
||||
|
|
Loading…
Reference in a new issue