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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c5e8f71..0af1fa2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -54,6 +54,7 @@ add_executable(Aromatherapy
54 src/muxer.cpp 54 src/muxer.cpp
55 src/entityfactory.cpp 55 src/entityfactory.cpp
56 src/world.cpp 56 src/world.cpp
57 src/components/ai.cpp
57 src/components/map_collision.cpp 58 src/components/map_collision.cpp
58 src/components/map_render.cpp 59 src/components/map_render.cpp
59 src/components/physics_body.cpp 60 src/components/physics_body.cpp