summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 12d2551..e43b056 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -60,10 +60,7 @@ add_executable(Aromatherapy
60 src/muxer.cpp 60 src/muxer.cpp
61 src/entity_manager.cpp 61 src/entity_manager.cpp
62 src/game.cpp 62 src/game.cpp
63 src/components/transformable.cpp 63 src/animation.cpp
64 src/components/droppable.cpp
65 src/components/controllable.cpp
66 src/components/ponderable.cpp
67 src/components/animatable.cpp 64 src/components/animatable.cpp
68 src/systems/rendering.cpp 65 src/systems/rendering.cpp
69 src/systems/controlling.cpp 66 src/systems/controlling.cpp