summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-30 09:42:40 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-30 09:42:40 +0200
commite13d24b6c8f5aafa11c027dd971a98f895825b41 (patch)
tree76a4fa066c8afbe489bd74bd1f78f49f424af2a7 /src/CMakeLists.txt
parenta2ed149069a29212a11eb4a1fa676e6f27d941fd (diff)
Correct LOT OF BUGS
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 89e46d5..a1c4ccb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -12,6 +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(./Controller/)