summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-02-07 15:18:48 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-02-07 15:18:48 -0500
commitf9448d36db7c076f5091f70b7921dceddf63fdf9 (patch)
treea67d47d3e45fee4c258ad968f0d7bec9d78747eb /CMakeLists.txt
parentda454bb943929ae649c09ca948e7c83644c35712 (diff)
downloadtherapy-f9448d36db7c076f5091f70b7921dceddf63fdf9.tar.gz
therapy-f9448d36db7c076f5091f70b7921dceddf63fdf9.tar.bz2
therapy-f9448d36db7c076f5091f70b7921dceddf63fdf9.zip
Inlined some components
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