diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-24 11:10:07 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-24 11:10:07 +0200 |
commit | 3e443520eaa3559c9f74134007f407b569f22443 (patch) | |
tree | 58ae2b52b6481e58ba376d2972d16efd0cbbfba1 /examples/maildirresource/CMakeLists.txt | |
parent | b23948efa2484ac1a37afdb0d077296f6c7f7e0f (diff) | |
download | sink-3e443520eaa3559c9f74134007f407b569f22443.tar.gz sink-3e443520eaa3559c9f74134007f407b569f22443.zip |
Adapt mailtest for the maildirresource
Diffstat (limited to 'examples/maildirresource/CMakeLists.txt')
-rw-r--r-- | examples/maildirresource/CMakeLists.txt | 1 |
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) | |||
13 | install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH}) | 13 | install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH}) |
14 | 14 | ||
15 | add_subdirectory(libmaildir) | 15 | add_subdirectory(libmaildir) |
16 | add_subdirectory(tests) | ||