From 1220e2d70f40139bed69602041ba373297103573 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Tue, 5 May 2015 16:30:46 +0200 Subject: Add loadable skin and correct some things --- src/View/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/View/CMakeLists.txt') 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) -- cgit v1.2.3