Add template support to Cell class
This commit is contained in:
parent
048f1e17b7
commit
683d794679
10 changed files with 106 additions and 67 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue