Fix undefined reference to FT_Done_Face FT_Done_Freetype (missing -lfreetype)

This commit is contained in:
poikilos 2021-03-22 08:03:36 -04:00
parent c35390563a
commit 03db49bb11

View File

@ -16,6 +16,9 @@
<Add option="-g" />
<Add directory="$(freetype)" />
</Compiler>
<Linker>
<Add library="freetype" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/b3view" prefix_auto="1" extension_auto="1" />