ugfx/demos/3rdparty/bubbles
Joel Bodenmann 8449863ad0 Adding readme to bubbles demo 2015-07-12 14:12:38 +02:00
..
demo.mk Add demo makefiles and update example master makefiles to match. 2014-02-19 00:19:38 +10:00
gfxconf.h Cleaning up config file of bubbles demo 2015-07-12 14:11:21 +02:00
main.c Demo updates to fix compile issues. 2014-02-19 00:23:07 +10:00
readme.txt Adding readme to bubbles demo 2015-07-12 14:12:38 +02:00

readme.txt

In order to run this demo you will have to link against the math libs.
You can do this by adding   -lm   to the   LIBS   variable in your Makefile:

    LIBS = -lm