From ca705978d11b2e0bdcaf8186b0addff48d851483 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 17:54:49 -0600 Subject: Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. --- tdeioslave/CMakeLists.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tdeioslave/CMakeLists.txt (limited to 'tdeioslave/CMakeLists.txt') diff --git a/tdeioslave/CMakeLists.txt b/tdeioslave/CMakeLists.txt new file mode 100644 index 000000000..567a1434b --- /dev/null +++ b/tdeioslave/CMakeLists.txt @@ -0,0 +1,21 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include( ConfigureChecks.cmake ) + +add_subdirectory( imap4 ) +add_subdirectory( mbox ) + +if( WITH_SASL ) + add_subdirectory( sieve ) +else( ) + message( "*** sieve tdeioslave will not be built (because lack of sasl support)" ) +endif( ) -- cgit v1.2.1