Deps: Include freetype/harfbuzz shared libraries

This commit is contained in:
Stenzek
2024-04-04 17:18:33 +10:00
parent 5c56d4e869
commit 69588bf7a6
7 changed files with 360 additions and 14 deletions

View File

@ -32,6 +32,8 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<DepsDLLs Include="$(DepsBinDir)freetype.dll" />
<DepsDLLs Include="$(DepsBinDir)harfbuzz.dll" />
<DepsDLLs Include="$(DepsBinDir)libjpeg.dll" />
<DepsDLLs Include="$(DepsBinDir)libpng16.dll" />
<DepsDLLs Include="$(DepsBinDir)libsharpyuv.dll" />