diff options
author | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-02-24 20:32:55 +0000 |
---|---|---|
committer | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-02-24 20:32:55 +0000 |
commit | b51954895b0c62d8452b9c9400c39f8be692caf8 (patch) | |
tree | 723ecfd661382f42ff7225cf17c30e6872b540e1 | |
parent | 9ae1c29f129e722f31fa0aaa7fa90b994f73788f (diff) | |
download | extra-cmake-modules-b51954895b0c62d8452b9c9400c39f8be692caf8.tar.gz extra-cmake-modules-b51954895b0c62d8452b9c9400c39f8be692caf8.tar.bz2 |
Add KDEPIMLIBS_INCLUDE_DIRS
svn path=/trunk/KDE/kdelibs/; revision=931131
-rw-r--r-- | modules/FindKdepimLibs.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/FindKdepimLibs.cmake b/modules/FindKdepimLibs.cmake index e160719b..dcbe2f94 100644 --- a/modules/FindKdepimLibs.cmake +++ b/modules/FindKdepimLibs.cmake @@ -3,6 +3,7 @@ # # KDEPIMLIBS_FOUND - system has KDE PIM Libraries # KDEPIMLIBS_INCLUDE_DIR - the KDE PIM Libraries include directory +# KDEPIMLIBS_INCLUDE_DIRS - the KDE PIM Libraries include directory and CamelCase headers # # It also sets variables for the following libraries: # KDEPIMLIBS_AKONADI_LIBS @@ -30,6 +31,7 @@ # KDEPIMLIBS_DBUS_INTERFACES_DIR # KDEPIMLIBS_DBUS_SERVICES_DIR # KDEPIMLIBS_INCLUDE_DIR +# KDEPIMLIBS_INCLUDE_DIRS # KDEPIMLIBS_LIB_DIR # KDEPIMLIBS_BIN_DIR # KDEPIMLIBS_LIBEXEC_DIR |