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 index 9a13671..81d8b52 100644 --- a/src/View/CMakeLists.txt +++ b/src/View/CMakeLists.txt @@ -1,2 +1,4 @@ #Make Model lib add_library(View ./MainWindow.cpp) + +target_link_libraries(View Skin) |
