Add operator overload squeleton

This commit is contained in:
manzerbredes 2015-05-01 18:19:32 +02:00
parent 40d48a2d4f
commit 01b25accba
5 changed files with 66 additions and 9 deletions

View file

@ -1,5 +1,5 @@
#Make Model lib
add_library(Model Grid.cpp Game.cpp)
add_library(Model Grid.cpp Game.cpp )
target_link_libraries(Model Elements)