diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-04 14:00:54 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-04 14:00:54 +0200 |
| commit | 164d94eec1b88f0e9a466585b512fc8dca4c80ed (patch) | |
| tree | d32f93d24a13a4be2eaf14559217c1fccdb5e6a9 /src/Model/CMakeLists.txt | |
| parent | 1bebaf0f924c83bfb5a91bafefcb69d98e3b8b05 (diff) | |
Add stats class, make a functionnal SFML game
Diffstat (limited to 'src/Model/CMakeLists.txt')
| -rw-r--r-- | src/Model/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Model/CMakeLists.txt b/src/Model/CMakeLists.txt index 888589e..4ebe544 100644 --- a/src/Model/CMakeLists.txt +++ b/src/Model/CMakeLists.txt @@ -1,2 +1,2 @@ #Make Model lib -add_library(Model Grid.cpp Game.cpp) +add_library(Model Grid.cpp Game.cpp Stats.cpp) |
