Update CMakeLists.txt
to specify the location of TBB header file
This commit is contained in:
parent
409e2a89f3
commit
6513be147b
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
#TBB library
|
||||||
|
include_directories(${TBB_ROOT_DIR}/include)
|
||||||
|
|
||||||
include_directories(${BOOST_INCLUDE_DIR})
|
include_directories(${BOOST_INCLUDE_DIR})
|
||||||
|
|
||||||
SET(SOURCE
|
SET(SOURCE
|
||||||
|
@ -35,4 +38,4 @@ include_directories(${LandmarkDetector_SOURCE_DIR}/include)
|
||||||
add_library( LandmarkDetector ${SOURCE} ${HEADERS})
|
add_library( LandmarkDetector ${SOURCE} ${HEADERS})
|
||||||
|
|
||||||
install (TARGETS LandmarkDetector DESTINATION bin)
|
install (TARGETS LandmarkDetector DESTINATION bin)
|
||||||
install (FILES HEADERS DESTINATION include)
|
install (FILES HEADERS DESTINATION include)
|
||||||
|
|
Loading…
Reference in a new issue