summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-19 17:43:19 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-19 17:43:19 +0200
commit5d654880ee08b44979cb17ba6ad6b7bf140294e5 (patch)
tree141ec65fc17c6804f09310ce891cf3d076f4aa2b /examples
parent5f901f4571a491cf2c7299aef11f837e1b0740a6 (diff)
downloadsink-5d654880ee08b44979cb17ba6ad6b7bf140294e5.tar.gz
sink-5d654880ee08b44979cb17ba6ad6b7bf140294e5.zip
Forgot the mailtransport resource.
Diffstat (limited to 'examples')
-rw-r--r--examples/mailtransportresource/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mailtransportresource/CMakeLists.txt b/examples/mailtransportresource/CMakeLists.txt
index 1c34676..56ba9e7 100644
--- a/examples/mailtransportresource/CMakeLists.txt
+++ b/examples/mailtransportresource/CMakeLists.txt
@@ -17,7 +17,7 @@ target_link_libraries(${PROJECT_NAME}
17 KF5::Mime 17 KF5::Mime
18 ${CURL_LIBRARIES} 18 ${CURL_LIBRARIES}
19) 19)
20install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH}) 20install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH} RUNTIME DESTINATION ${SINK_RESOURCE_PLUGINS_PATH})
21 21
22add_executable(sink_smtp_test smtptest.cpp mailtransport.cpp) 22add_executable(sink_smtp_test smtptest.cpp mailtransport.cpp)
23target_link_libraries(sink_smtp_test 23target_link_libraries(sink_smtp_test