summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-05-24 11:10:07 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-05-24 11:10:07 +0200
commit3e443520eaa3559c9f74134007f407b569f22443 (patch)
tree58ae2b52b6481e58ba376d2972d16efd0cbbfba1 /examples/maildirresource/CMakeLists.txt
parentb23948efa2484ac1a37afdb0d077296f6c7f7e0f (diff)
downloadsink-3e443520eaa3559c9f74134007f407b569f22443.tar.gz
sink-3e443520eaa3559c9f74134007f407b569f22443.zip
Adapt mailtest for the maildirresource
Diffstat (limited to 'examples/maildirresource/CMakeLists.txt')
-rw-r--r--examples/maildirresource/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/maildirresource/CMakeLists.txt b/examples/maildirresource/CMakeLists.txt
index efaa266..e5bfdb6 100644
--- a/examples/maildirresource/CMakeLists.txt
+++ b/examples/maildirresource/CMakeLists.txt
@@ -13,3 +13,4 @@ target_link_libraries(${PROJECT_NAME} sink maildir KF5::Mime)
13install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH}) 13install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH})
14 14
15add_subdirectory(libmaildir) 15add_subdirectory(libmaildir)
16add_subdirectory(tests)