diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-15 17:05:20 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-15 17:05:20 +0100 |
commit | 1710fab0965d32b883dfcc327c36d3fd38a91357 (patch) | |
tree | 1ba0d5d4728ff6405846a99549293a4b4c69da25 /examples/CMakeLists.txt | |
parent | 62d74778fa315091c5f0b99093bd806a1ccd7a79 (diff) | |
download | sink-1710fab0965d32b883dfcc327c36d3fd38a91357.tar.gz sink-1710fab0965d32b883dfcc327c36d3fd38a91357.zip |
A read-only maildir resource.
Respectively a first prototype thereof.
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r-- | examples/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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) | |||
3 | 3 | ||
4 | # a simple dummy resource implementation | 4 | # a simple dummy resource implementation |
5 | add_subdirectory(dummyresource) | 5 | add_subdirectory(dummyresource) |
6 | |||
7 | if (BUILD_MAILDIR) | ||
8 | # a maildir resource implementation | ||
9 | add_subdirectory(maildirresource) | ||
10 | endif() | ||