diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-01 13:18:26 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-01 13:18:26 +0200 |
| commit | 048f1e17b752d2af53db82c1861002283fc300fa (patch) | |
| tree | af7e01538efa1304e53ed89786ff7afeadc3a325 /src/CMakeLists.txt | |
| parent | 672358a947ff4bff7e0b4e0afaa90c30480ce65b (diff) | |
Add some newers things :
-Change helper ModelConstants to Keyboard
-Now helpers is in folder Helpers
-Change direction name to use CamelCase
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a1c4ccb..da444d2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,4 +15,4 @@ include_directories(${SFML_INCLUDE_DIR}) target_link_libraries(2P11 ${SFML_LIBRARIES} Model ConsoleController) add_subdirectory(./Model) -add_subdirectory(./Controller/) +add_subdirectory(./Controllers/) |
