blob: 63aab94da2ef73fce0ff9fc95ba5bdea4f4c50fb (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This file is subject to the terms of the GFX License. If a copy of
# the license was not distributed with this file, you can obtain one at:
#
# http://ugfx.io/license.html
GFXSRC += $(GFXLIB)/src/gmisc/gmisc.c \
$(GFXLIB)/src/gmisc/gmisc_arrayops.c \
$(GFXLIB)/src/gmisc/gmisc_matrix2d.c \
$(GFXLIB)/src/gmisc/gmisc_trig.c \
$(GFXLIB)/src/gmisc/gmisc_hittest.c
|