summaryrefslogtreecommitdiff
path: root/src/View/CMakeLists.txt
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-03 14:19:30 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-03 14:19:30 +0200
commitce3f721e16c779d519c04469e49a65f60546ab8d (patch)
tree9ebe9613d2393823079942517681306df8e6ff70 /src/View/CMakeLists.txt
parentddaf5ba3ba3954c2b8a9926adbd3a066d8f0316c (diff)
Add first version of SFMLController and View class
Diffstat (limited to 'src/View/CMakeLists.txt')
-rw-r--r--src/View/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/View/CMakeLists.txt b/src/View/CMakeLists.txt
new file mode 100644
index 0000000..9a13671
--- /dev/null
+++ b/src/View/CMakeLists.txt
@@ -0,0 +1,2 @@
+#Make Model lib
+add_library(View ./MainWindow.cpp)