Make clean code

This commit is contained in:
manzerbredes 2015-05-02 19:26:01 +02:00
parent 27d646af15
commit 36d033caee
7 changed files with 103 additions and 231 deletions

View file

@ -1,7 +1,2 @@
#Make Model lib
add_library(Model Grid.cpp Game.cpp )
target_link_libraries(Model Elements)
add_subdirectory(./Elements)
add_library(Model Grid.cpp Game.cpp)