mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
Adding missing file
This commit is contained in:
18
cmake/OpenFaceConfig.cmake.in
Normal file
18
cmake/OpenFaceConfig.cmake.in
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
|
||||
find_dependency(dlib 18.18)
|
||||
find_dependency(OpenCV 3.3)
|
||||
find_dependency(Boost)
|
||||
find_dependency(BLAS)
|
||||
find_dependency(TBB)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/OpenFaceTargets.cmake")
|
||||
|
||||
set_and_check(OpenFace_INCLUDE_DIRS "@PACKAGE_OPENFACE_INCLUDE_DIRS@;
|
||||
${dlib_INCLUDE_DIRS};
|
||||
${Boost_INCLUDE_DIRS};
|
||||
${Boost_INCLUDE_DIRS}/boost;")
|
||||
set(OpenFace_LIBRARIES @OpenFace_LIBRARIES@)
|
||||
Reference in New Issue
Block a user