From f5b07a4a12d57d28dee8662d296dd400d26ba7fe Mon Sep 17 00:00:00 2001 From: samelian Date: Mon, 21 Mar 2011 00:29:04 +0000 Subject: [kdepim] initial cmake support for: knotes, kode, korganizer, kresources, plugins, wizards git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225440 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kresources/scalix/CMakeLists.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 kresources/scalix/CMakeLists.txt (limited to 'kresources/scalix/CMakeLists.txt') diff --git a/kresources/scalix/CMakeLists.txt b/kresources/scalix/CMakeLists.txt new file mode 100644 index 000000000..ca7fc5237 --- /dev/null +++ b/kresources/scalix/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( shared ) +add_subdirectory( kabc ) +add_subdirectory( kcal ) +add_subdirectory( kioslave ) +add_subdirectory( knotes ) +add_subdirectory( scalixadmin ) -- cgit v1.2.1