From 1220e2d70f40139bed69602041ba373297103573 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Tue, 5 May 2015 16:30:46 +0200 Subject: Add loadable skin and correct some things --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') 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/) + -- cgit v1.2.3