From 1710fab0965d32b883dfcc327c36d3fd38a91357 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 15 Dec 2015 17:05:20 +0100 Subject: A read-only maildir resource. Respectively a first prototype thereof. --- examples/maildirresource/libmaildir/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/maildirresource/libmaildir/CMakeLists.txt (limited to 'examples/maildirresource/libmaildir/CMakeLists.txt') diff --git a/examples/maildirresource/libmaildir/CMakeLists.txt b/examples/maildirresource/libmaildir/CMakeLists.txt new file mode 100644 index 0000000..e7803f5 --- /dev/null +++ b/examples/maildirresource/libmaildir/CMakeLists.txt @@ -0,0 +1,8 @@ +# add_subdirectory( tests ) + +set(maildir_LIB_SRCS keycache.cpp maildir.cpp) + +add_library(maildir ${LIBRARY_TYPE} ${maildir_LIB_SRCS}) +qt5_use_modules(maildir Core Network) +# set_target_properties(maildir PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) +install(TARGETS maildir ${INSTALL_TARGETS_DEFAULT_ARGS}) -- cgit v1.2.3