summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-04 16:55:32 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-04 16:55:32 +0200
commit1570bc62105de67871e98599506f7bee6f1b400d (patch)
tree4c3db08b701958442bae22f20ba43d95037ad926 /src/CMakeLists.txt
parent8488827025f25743ef18eca8c55cfdff5767341b (diff)
parenta1c9b58c29746793f00520d46e1397abe2b0e711 (diff)
Merge branch 'develop'HEADmaster
apply SFML develop change
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/)