summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-05 16:30:46 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-05 16:30:46 +0200
commit1220e2d70f40139bed69602041ba373297103573 (patch)
tree49a2443cdacee9c35abfa005a5d703ba7efa6e23 /src/CMakeLists.txt
parentf7610d669bcf3986827a905fc4bc03946be0b0c6 (diff)
Add loadable skin and correct some things
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e7b7f73..6b4b21f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -17,3 +17,5 @@ target_link_libraries(2P11 ${SFML_LIBRARIES} Model ConsoleController View SFMLCo
add_subdirectory(./Model)
add_subdirectory(./Controllers/)
add_subdirectory(./View/)
+add_subdirectory(./Helpers/)
+