You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have compiled SeetaFace and installed in it in by building the INSTALL property in Visual Studio which installs the SeetaFace in Program Files (x86) folder. In that folder there are three folders bin, include and lib. I set the property SeetaFace_DIR in my projects CMakeLists.txt as mentioned in the lib/cmake/SeetaFaceConfig.cmake but how do I add the include folders? For example in OpenCV one does it by using OpenCV_INCLUDE_DIR. How do we do it with SeetaFace?
I have compiled
SeetaFace
and installed in it in by building theINSTALL
property in Visual Studio which installs theSeetaFace
inProgram Files (x86)
folder. In that folder there are three foldersbin
,include
andlib
. I set the propertySeetaFace_DIR
in my projectsCMakeLists.txt
as mentioned in thelib/cmake/SeetaFaceConfig.cmake
but how do I add the include folders? For example inOpenCV
one does it by usingOpenCV_INCLUDE_DIR
. How do we do it withSeetaFace
?here's my
CMakeLists.txt
file:The text was updated successfully, but these errors were encountered: