summaryrefslogtreecommitdiff
path: root/src/Model/CMakeLists.txt
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-02 23:05:44 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-02 23:05:44 +0200
commit710cc4001f65ac2fee39e25d79f43a01b9e12512 (patch)
tree2e78e337b0c7d0f79bd68205badc1630326118ed /src/Model/CMakeLists.txt
parentfec126f0d2d48310109f85c3647b10ce393db5e8 (diff)
parent1d09a0fd3ae35ccf51a3b5f929f77a8c8850712c (diff)
First stable fusionning
Diffstat (limited to 'src/Model/CMakeLists.txt')
-rw-r--r--src/Model/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Model/CMakeLists.txt b/src/Model/CMakeLists.txt
new file mode 100644
index 0000000..888589e
--- /dev/null
+++ b/src/Model/CMakeLists.txt
@@ -0,0 +1,2 @@
+#Make Model lib
+add_library(Model Grid.cpp Game.cpp)