mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
Merge pull request #27 from simonmssu/master
specify TBB header file location
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#TBB library
|
||||
include_directories(${TBB_ROOT_DIR}/include)
|
||||
|
||||
# Local libraries
|
||||
include_directories(${LandmarkDetector_SOURCE_DIR}/include)
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#TBB library
|
||||
include_directories(${TBB_ROOT_DIR}/include)
|
||||
|
||||
add_executable(FaceLandmarkVid FaceLandmarkVid.cpp)
|
||||
|
||||
# Local libraries
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#TBB library
|
||||
include_directories(${TBB_ROOT_DIR}/include)
|
||||
|
||||
# Local libraries
|
||||
include_directories(${LandmarkDetector_SOURCE_DIR}/include)
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#TBB library
|
||||
include_directories(${TBB_ROOT_DIR}/include)
|
||||
|
||||
add_executable(FeatureExtraction FeatureExtraction.cpp)
|
||||
|
||||
# Local libraries
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#TBB library
|
||||
include_directories(${TBB_ROOT_DIR}/include)
|
||||
|
||||
include_directories(${BOOST_INCLUDE_DIR})
|
||||
|
||||
SET(SOURCE
|
||||
|
||||
@@ -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)
|
||||
install (FILES HEADERS DESTINATION include)
|
||||
|
||||
Reference in New Issue
Block a user