From 1710fab0965d32b883dfcc327c36d3fd38a91357 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 15 Dec 2015 17:05:20 +0100 Subject: A read-only maildir resource. Respectively a first prototype thereof. --- examples/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index ea2b0ce..837903a 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -3,3 +3,8 @@ add_subdirectory(client) # a simple dummy resource implementation add_subdirectory(dummyresource) + +if (BUILD_MAILDIR) + # a maildir resource implementation + add_subdirectory(maildirresource) +endif() -- cgit v1.2.3