summaryrefslogtreecommitdiffstats
path: root/examples/mailtransportresource/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mailtransportresource/CMakeLists.txt')
-rw-r--r--examples/mailtransportresource/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/mailtransportresource/CMakeLists.txt b/examples/mailtransportresource/CMakeLists.txt
index fe2e77c..9619dbe 100644
--- a/examples/mailtransportresource/CMakeLists.txt
+++ b/examples/mailtransportresource/CMakeLists.txt
@@ -28,4 +28,8 @@ target_link_libraries(sink_smtp_test
28) 28)
29install(TARGETS sink_smtp_test ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) 29install(TARGETS sink_smtp_test ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
30 30
31add_subdirectory(tests) 31if (WIN32)
32 message("Not building mailtransport resource tests on windows")
33else()
34 add_subdirectory(tests)
35endif()