From 683d7946798634c35df165bf40a97d78f947751c Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Fri, 1 May 2015 15:50:10 +0200 Subject: Add template support to Cell class --- src/Model/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Model/CMakeLists.txt') diff --git a/src/Model/CMakeLists.txt b/src/Model/CMakeLists.txt index c685c7a..284be94 100644 --- a/src/Model/CMakeLists.txt +++ b/src/Model/CMakeLists.txt @@ -1,2 +1,7 @@ #Make Model lib -add_library(Model Grid.cpp Cell.cpp Game.cpp) +add_library(Model Grid.cpp Game.cpp) + +target_link_libraries(Model Elements) + +add_subdirectory(./Elements) + -- cgit v1.2.3