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