diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 360d4a2..5f07e97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -33,6 +33,7 @@ add_executable(Ether | |||
33 | src/renderer.cpp | 33 | src/renderer.cpp |
34 | src/muxer.cpp | 34 | src/muxer.cpp |
35 | src/animation.cpp | 35 | src/animation.cpp |
36 | src/game.cpp | ||
36 | vendor/fov.c | 37 | vendor/fov.c |
37 | ) | 38 | ) |
38 | 39 | ||