mirror of
https://github.com/Poikilos/b3view.git
synced 2023-10-03 07:58:48 -07:00
Fix undefined reference to FT_Done_Face FT_Done_Freetype (missing -lfreetype)
This commit is contained in:
parent
c35390563a
commit
03db49bb11
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user