mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
Another missing cmake dependency.
This commit is contained in:
@@ -13,7 +13,7 @@ find_package( BLAS REQUIRED )
|
||||
include_directories( ${BLAS_INCLUDE_DIRS} )
|
||||
LINK_DIRECTORIES(${BLAS_LIBRARY_DIRS})
|
||||
|
||||
find_package( OpenCV REQUIRED )
|
||||
find_package( OpenCV 3.3 REQUIRED )
|
||||
|
||||
MESSAGE("OpenCV information:")
|
||||
MESSAGE(" OpenCV_INCLUDE_DIRS: ${OpenCV_INCLUDE_DIRS}")
|
||||
@@ -215,6 +215,8 @@ add_subdirectory(lib/local/LandmarkDetector)
|
||||
add_subdirectory(lib/local/FaceAnalyser)
|
||||
# Gaze estimation library
|
||||
add_subdirectory(lib/local/GazeAnalyser)
|
||||
# Utilities library
|
||||
add_subdirectory(lib/local/Utilities)
|
||||
# executables
|
||||
add_subdirectory(exe/FaceLandmarkImg)
|
||||
add_subdirectory(exe/FaceLandmarkVid)
|
||||
|
||||
Reference in New Issue
Block a user