diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-08-12 07:40:27 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-08-12 07:40:27 -0400 |
commit | 25367aec5784c2fd857399a4051f2d19056e26b2 (patch) | |
tree | d10a77d1d45baf0c3eca9174b44093606f5118d0 /Makefile.am | |
parent | 706fb3265d9dd21109904faade182be364190350 (diff) |
graphics: Add mesh module.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4b5d802..f7f4453 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,6 +81,7 @@ SOURCES = \ chickadee/graphics/tile-map.scm \ chickadee/graphics/particles.scm \ chickadee/graphics/light.scm \ + chickadee/graphics/mesh.scm \ chickadee/graphics/phong.scm \ chickadee/graphics/pbr.scm \ chickadee/graphics/model.scm \ |