Add template support to Cell class

This commit is contained in:
manzerbredes 2015-05-01 15:50:10 +02:00
parent 048f1e17b7
commit 683d794679
10 changed files with 106 additions and 67 deletions

View file

@ -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)