summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-03 14:19:30 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-03 14:19:30 +0200
commitce3f721e16c779d519c04469e49a65f60546ab8d (patch)
tree9ebe9613d2393823079942517681306df8e6ff70 /src/CMakeLists.txt
parentddaf5ba3ba3954c2b8a9926adbd3a066d8f0316c (diff)
Add first version of SFMLController and View class
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 da444d2..e7b7f73 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -12,7 +12,8 @@ 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 ConsoleController)
+target_link_libraries(2P11 ${SFML_LIBRARIES} Model ConsoleController View SFMLController)
add_subdirectory(./Model)
add_subdirectory(./Controllers/)
+add_subdirectory(./View/)