diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-05-12 20:43:45 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-05-12 20:43:45 -0400 |
commit | 662d04ffa53f9c400d959ceeb9af9a7bb9ad63cf (patch) | |
tree | 05c30250cfc42ee523e4addcf7bc9eb0c9b2885a /Makefile.am | |
parent | c7b59a5b66edd96024495b7d94641b9a857a97ef (diff) |
Add (chickadee graphics light) 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 be0f917..4b5d802 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,6 +80,7 @@ SOURCES = \ chickadee/graphics/font.scm \ chickadee/graphics/tile-map.scm \ chickadee/graphics/particles.scm \ + chickadee/graphics/light.scm \ chickadee/graphics/phong.scm \ chickadee/graphics/pbr.scm \ chickadee/graphics/model.scm \ |