From e544e9dc1b24fe241c5e05e47c9a20c586a969d5 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Fri, 11 Jan 2008 17:53:54 +0100 Subject: [PATCH] Add linking inter-libraries dependencies --- imap/CMakeLists.txt | 2 ++ lib-ui/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/imap/CMakeLists.txt b/imap/CMakeLists.txt index 8946507..b72505b 100644 --- a/imap/CMakeLists.txt +++ b/imap/CMakeLists.txt @@ -7,3 +7,5 @@ ADD_LIBRARY(imap utf7.c util.c ) + +TARGET_LINK_LIBRARIES(imap sys) diff --git a/lib-ui/CMakeLists.txt b/lib-ui/CMakeLists.txt index 4548293..a7aa65a 100644 --- a/lib-ui/CMakeLists.txt +++ b/lib-ui/CMakeLists.txt @@ -14,3 +14,5 @@ ADD_LIBRARY(ui sidebar.c status.c ) + +TARGET_LINK_LIBRARIES(ui imap lib) -- 2.20.1