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 7c9084e..c5e8f71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -53,6 +53,7 @@ add_executable(Aromatherapy
53 src/game.cpp 53 src/game.cpp
54 src/muxer.cpp 54 src/muxer.cpp
55 src/entityfactory.cpp 55 src/entityfactory.cpp
56 src/world.cpp
56 src/components/map_collision.cpp 57 src/components/map_collision.cpp
57 src/components/map_render.cpp 58 src/components/map_render.cpp
58 src/components/physics_body.cpp 59 src/components/physics_body.cpp