diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-08-16 17:11:02 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-08-16 17:11:02 -0400 |
commit | be5cff47e5c7a233cda0fee9199310bf3bdde8ca (patch) | |
tree | d08795723438f7497b1411927a7b9d13616785e2 /Makefile.am | |
parent | d6d8ead4e73b02f2485fadc8fab1482986b8f0e8 (diff) |
graphics: Add skybox 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 f7f4453..338a009 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/skybox.scm \ chickadee/graphics/light.scm \ chickadee/graphics/mesh.scm \ chickadee/graphics/phong.scm \ |