summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-02 22:57:08 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-02 22:57:08 +0200
commit1d09a0fd3ae35ccf51a3b5f929f77a8c8850712c (patch)
tree48d38b7bcddce05d3254b4550b2331d49b5d3e00 /src/CMakeLists.txt
parent36d033caeebd8ccbddf711825a5a96e3930438be (diff)
End console clean game
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ed13eb5..da444d2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -12,7 +12,7 @@ set_property(GLOBAL PROPERTY SFML_INCLUDE_DIR "${SFML_INCLUDE_DIR}")
#Include "Includes" and "Libraries"
include_directories(${SFML_INCLUDE_DIR})
-target_link_libraries(2P11 ${SFML_LIBRARIES} Model )
+target_link_libraries(2P11 ${SFML_LIBRARIES} Model ConsoleController)
add_subdirectory(./Model)
-#add_subdirectory(./Controllers/)
+add_subdirectory(./Controllers/)