aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2008-03-21 16:23:24 +0000
committerAllen Winter <winter@kde.org>2008-03-21 16:23:24 +0000
commitf753e7cd24f8bb393fe5a9eaad48c6bb37bb2b9e (patch)
tree3a054ed6f5c8911f0b1c7cce9ef3d4b9ec2ed377 /modules
parent592547dc5c0febfd93c30a1aabdcd7057a27dd28 (diff)
downloadextra-cmake-modules-f753e7cd24f8bb393fe5a9eaad48c6bb37bb2b9e.tar.gz
extra-cmake-modules-f753e7cd24f8bb393fe5a9eaad48c6bb37bb2b9e.tar.bz2
add variables for the Akonadi library.
svn path=/trunk/KDE/kdelibs/; revision=788469
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKdepimLibs.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindKdepimLibs.cmake b/modules/FindKdepimLibs.cmake
index 66ba5d9f..ee05d4af 100644
--- a/modules/FindKdepimLibs.cmake
+++ b/modules/FindKdepimLibs.cmake
@@ -32,6 +32,9 @@ if( KDEPIMLIBS_INCLUDE_DIR )
# this file contains all dependencies of all libraries of kdepimlibs, Alex
include(KDEPimLibsDependencies)
+ find_library(KDE4_AKONADI_LIBRARY NAMES akonadi PATHS ${KDE4_LIB_DIR} NO_DEFAULT_PATH )
+ set(KDE4_AKONADI_LIBS ${akonadi_LIB_DEPENDS} ${KDE4_AKONADI_LIBRARY} )
+
find_library(KDE4_GPGMEPP_LIBRARY NAMES gpgme++ PATHS ${KDE4_LIB_DIR} NO_DEFAULT_PATH )
set(KDE4_GPGMEPP_LIBS ${gpgmepp_LIB_DEPENDS} ${KDE4_GPGMEPP_LIBRARY} )