summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 8a16af4..018fc22 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -77,6 +77,7 @@ set(command_SRCS
77 indexer.cpp 77 indexer.cpp
78 mail/threadindexer.cpp 78 mail/threadindexer.cpp
79 notification.cpp 79 notification.cpp
80 commandprocessor.cpp
80 ${storage_SRCS}) 81 ${storage_SRCS})
81 82
82add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 83add_library(${PROJECT_NAME} SHARED ${command_SRCS})