From ce3f721e16c779d519c04469e49a65f60546ab8d Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sun, 3 May 2015 14:19:30 +0200 Subject: Add first version of SFMLController and View class --- src/View/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/View/CMakeLists.txt (limited to 'src/View/CMakeLists.txt') 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) -- cgit v1.2.3