mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-21 14:48:06 +00:00
Cleaning up includes, fixing tbb binary include for 32 bit windows version.
This commit is contained in:
1
lib/3rdParty/dlib/dlib.props
vendored
1
lib/3rdParty/dlib/dlib.props
vendored
@@ -8,5 +8,6 @@
|
||||
<AdditionalLibraryDirectories>$(SolutionDir)lib\3rdParty\dlib\lib\$(PlatformTarget)\$(PlatformToolset)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<AdditionalDependencies>dlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
<PreBuildEvent />
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
||||
@@ -3,9 +3,11 @@ We are using dlib 19.13, the libraries are pre-built for convenience, they were
|
||||
For win 64 bit
|
||||
cmake -G "Visual Studio 14 2015 Win64" -DDLIB_JPEG_SUPPORT=0 -DDLIB_PNG_SUPPORT=0 -DDLIB_NO_GUI_SUPPORT=1 -DDLIB_ISO_CPP_ONLY=0 -DENABLE_ASSERTS=0 -DCMAKE_INSTALL_PREFIX=install ..
|
||||
cmake --build . --config Debug --target INSTALL
|
||||
cmake --build . --config R --target INSTALL
|
||||
cmake --build . --config Release --target INSTALL
|
||||
|
||||
For win 32 bit
|
||||
cmake -G "Visual Studio 14 2015" -DDLIB_JPEG_SUPPORT=0 -DDLIB_PNG_SUPPORT=0 -DDLIB_NO_GUI_SUPPORT=1 -DDLIB_ISO_CPP_ONLY=0 -DENABLE_ASSERTS=0 -DCMAKE_INSTALL_PREFIX=install ..
|
||||
cmake --build . --config Debug --target INSTALL
|
||||
cmake --build . --config R --target INSTALL
|
||||
cmake --build . --config Release --target INSTALL
|
||||
|
||||
Afterwards move the built libs to the right location "lib" folder and rename them accordingly
|
||||
Reference in New Issue
Block a user