diff options
Diffstat (limited to 'src/View/CMakeLists.txt')
| -rw-r--r-- | src/View/CMakeLists.txt | 2 |
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) |
