mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-02 22:14:37 +00:00
build: add option to use system FTGL
This commit is contained in:
parent
b86133f3e9
commit
5e64e66714
3 changed files with 48 additions and 2 deletions
|
@ -24,11 +24,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include "Base.h"
|
||||
#include "BaseText.h"
|
||||
|
||||
#ifdef AQUARIA_INTERNAL_FTGL
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
|
||||
#include "FTGL.h"
|
||||
#include "FTGLTextureFont.h"
|
||||
#else
|
||||
#include <FTGL/ftgl.h>
|
||||
#endif
|
||||
|
||||
struct TTFFont
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue