summaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-04-10 10:56:55 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-04-10 10:56:55 +0200
commit161bc918e745801bcf7fa5a9f504c721aab08258 (patch)
treea17dea7c3f1843f1c975331d93ed1ea0e963c766 /examples/CMakeLists.txt
parent5adfceae08872b9d7f143d8b9464578fb8e43a69 (diff)
downloadsink-161bc918e745801bcf7fa5a9f504c721aab08258.tar.gz
sink-161bc918e745801bcf7fa5a9f504c721aab08258.zip
Added a mailtransport resource for smtp
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 837903a..d5fcacf 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -8,3 +8,4 @@ if (BUILD_MAILDIR)
8 # a maildir resource implementation 8 # a maildir resource implementation
9 add_subdirectory(maildirresource) 9 add_subdirectory(maildirresource)
10endif() 10endif()
11add_subdirectory(mailtransportresource)