open source pkg v1
This commit is contained in:
10
pkg/OpenFace/exe/FaceLandmarkVid/CMakeLists.txt
Normal file
10
pkg/OpenFace/exe/FaceLandmarkVid/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
# Local libraries
|
||||
include_directories(${LandmarkDetector_SOURCE_DIR}/include)
|
||||
|
||||
add_executable(FaceLandmarkVid FaceLandmarkVid.cpp)
|
||||
target_link_libraries(FaceLandmarkVid LandmarkDetector)
|
||||
target_link_libraries(FaceLandmarkVid FaceAnalyser)
|
||||
target_link_libraries(FaceLandmarkVid GazeAnalyser)
|
||||
target_link_libraries(FaceLandmarkVid Utilities)
|
||||
|
||||
install (TARGETS FaceLandmarkVid DESTINATION bin)
|
||||
Reference in New Issue
Block a user