//////////////////// FreeType //////////////////////
/*
FreeType is a freely available software library to render fonts.
It is written in C, designed to be small, efficient, highly customizable, and portable while
capable of producing high-quality output (glyph images) of most vector and bitmap font
formats.
*/
@if (IsWindowsPlatform)
{
+cpp("Win32")
{
/I "$(GTKPLUS_WIN32_INCLUDE)/freetype2"
}
+cpp("x64")
{
/I "$(GTKPLUS_WIN64_INCLUDE)/freetype2"
}
}