aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2018-07-15 20:04:12 +0200
committerRay <raysan5@gmail.com>2018-07-15 20:04:12 +0200
commitdfc4baaa353d4aaa46068016f69dce44ad754ecb (patch)
tree8abdd9608c70a08f1d0ddde7a73c690202e70c6b /examples/Makefile
parent292499bdeb004e4b27752bd7814bf3a9b4ff835f (diff)
downloadraylib-dfc4baaa353d4aaa46068016f69dce44ad754ecb.tar.gz
raylib-dfc4baaa353d4aaa46068016f69dce44ad754ecb.zip
Added new example: text_font_sdf
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 2e42fb05..e62d6980 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -390,6 +390,7 @@ EXAMPLES = \
text/text_ttf_loading \
text/text_bmfont_unordered \
text/text_input_box \
+ text/text_font_sdf \
models/models_geometric_shapes \
models/models_box_collisions \
models/models_billboard \