#Make Model lib
add_library(Model Grid.cpp Game.cpp ) 

target_link_libraries(Model Elements)

add_subdirectory(./Elements)