summaryrefslogtreecommitdiffstats
path: root/accounts/maildir/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/maildir/CMakeLists.txt')
-rw-r--r--accounts/maildir/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/maildir/CMakeLists.txt b/accounts/maildir/CMakeLists.txt
index e50d4179..c8bf37c9 100644
--- a/accounts/maildir/CMakeLists.txt
+++ b/accounts/maildir/CMakeLists.txt
@@ -31,6 +31,7 @@ include_directories(../../framework/)
31set(SRCS 31set(SRCS
32 maildirsettings.cpp 32 maildirsettings.cpp
33 maildiraccountplugin.cpp 33 maildiraccountplugin.cpp
34 maildircontroller.cpp
34) 35)
35 36
36add_library(maildiraccountplugin SHARED ${SRCS}) 37add_library(maildiraccountplugin SHARED ${SRCS})