summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 613e604..8718ba7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,7 +1,8 @@
add_executable(zoom
BSPTree.cpp BSPTree.h
- Game.cpp Game.h
+ Collision.cpp Collision.h
config.h
+ Game.cpp Game.h
gl.h
Level.cpp Level.h
MathUtil.cpp MathUtil.h