summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-12-18 15:06:04 +0100
committerMatthias Schiffer <matthias@gamezock.de>2009-12-18 15:06:04 +0100
commita540d6b16743dad657fd2d6220efea51b56e1f1d (patch)
tree6e646fbd4f349a04608a7535dbc627836342c671 /src/CMakeLists.txt
parent4e3efa239c9bcb5dd26b4ad9a4d43d4d6a266e6f (diff)
downloadzoom++-a540d6b16743dad657fd2d6220efea51b56e1f1d.tar
zoom++-a540d6b16743dad657fd2d6220efea51b56e1f1d.zip
ShadowVolume: Well, it's a beginning...
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6b56713..6ec57fc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -7,6 +7,7 @@ add_executable(zoom
MathUtil.cpp MathUtil.h
Renderer.cpp Renderer.h
Shader.cpp Shader.h
+ ShadowVolume.cpp ShadowVolume.h
Texture.cpp Texture.h
Triangle.h
zoom.cpp