summaryrefslogtreecommitdiffstats
path: root/examples/caldavresource/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-19 17:39:00 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-19 17:39:00 +0200
commit5f901f4571a491cf2c7299aef11f837e1b0740a6 (patch)
tree0908f17a268477589ca4aba39bd31dd4d622149d /examples/caldavresource/CMakeLists.txt
parent00e7d365c7163945faf25f7b9ed8d930eb30680e (diff)
downloadsink-5f901f4571a491cf2c7299aef11f837e1b0740a6.tar.gz
sink-5f901f4571a491cf2c7299aef11f837e1b0740a6.zip
On windows we need to set the RUNTIME destination
Diffstat (limited to 'examples/caldavresource/CMakeLists.txt')
-rw-r--r--examples/caldavresource/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/caldavresource/CMakeLists.txt b/examples/caldavresource/CMakeLists.txt
index 0057e8b..314a8f5 100644
--- a/examples/caldavresource/CMakeLists.txt
+++ b/examples/caldavresource/CMakeLists.txt
@@ -10,6 +10,6 @@ add_library(${PROJECT_NAME} SHARED caldavresource.cpp)
10target_link_libraries(${PROJECT_NAME} sink_webdav_common sink Qt5::Core Qt5::Network KPim::KDAV2 10target_link_libraries(${PROJECT_NAME} sink_webdav_common sink Qt5::Core Qt5::Network KPim::KDAV2
11 KF5::CalendarCore) 11 KF5::CalendarCore)
12 12
13install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH}) 13install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH} RUNTIME DESTINATION ${SINK_RESOURCE_PLUGINS_PATH})
14 14
15add_subdirectory(tests) 15add_subdirectory(tests)