OpenCores
URL https://opencores.org/ocsvn/orsoc_graphics_accelerator/orsoc_graphics_accelerator/trunk

Subversion Repositories orsoc_graphics_accelerator

[/] [orsoc_graphics_accelerator/] [trunk/] [sw/] [utils/] [fonter/] [fonter.pro] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 maiden
TEMPLATE = app
2
CONFIG += console
3
CONFIG -= qt
4
LIBS +=  `freetype-config --libs` -lfreetype
5
CCFLAG += `freetype-config --cflags`
6
INCLUDEPATH += /usr/include/freetype2
7
 
8
SOURCES += main.cpp \
9
    ttfpoint.cpp \
10
    poly2tri/sweep/sweep_context.cc \
11
    poly2tri/sweep/sweep.cc \
12
    poly2tri/sweep/cdt.cc \
13
    poly2tri/sweep/advancing_front.cc \
14
    poly2tri/common/shapes.cc
15
 
16
HEADERS += \
17
    ttfpoint.h \
18
    poly2tri/sweep/sweep_context.h \
19
    poly2tri/sweep/sweep.h \
20
    poly2tri/sweep/cdt.h \
21
    poly2tri/sweep/advancing_front.h \
22
    poly2tri/common/utils.h \
23
    poly2tri/common/shapes.h
24
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.