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 e499ef2..360d4a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -32,6 +32,7 @@ add_executable(Ether | |||
32 | src/main.cpp | 32 | src/main.cpp |
33 | src/renderer.cpp | 33 | src/renderer.cpp |
34 | src/muxer.cpp | 34 | src/muxer.cpp |
35 | src/animation.cpp | ||
35 | vendor/fov.c | 36 | vendor/fov.c |
36 | ) | 37 | ) |
37 | 38 | ||