From 879c2c04d9c3879f871cfe79f9b25fd23c5184b4 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 11 Jun 2015 11:38:49 -0400 Subject: Wrote EntityManager --- CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0af1fa2..5dfce6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,22 +47,8 @@ include_directories( set(CMAKE_BUILD_TYPE Debug) add_executable(Aromatherapy src/main.cpp - src/map.cpp src/renderer.cpp - src/entity.cpp - src/game.cpp src/muxer.cpp - src/entityfactory.cpp - src/world.cpp - src/components/ai.cpp - src/components/map_collision.cpp - src/components/map_render.cpp - src/components/physics_body.cpp - src/components/player_physics.cpp - src/components/player_sprite.cpp - src/components/simple_collider.cpp - src/components/static_image.cpp - src/components/user_movement.cpp ) target_link_libraries(Aromatherapy ${ALL_LIBS}) install(TARGETS Aromatherapy RUNTIME DESTINATION ${BIN_DIR}) -- cgit 1.4.1