summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-28 16:56:28 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-28 16:56:28 +0100
commit885f185f55249a2e97e9c7c238f89a5d0d99d1df (patch)
tree5c597d61d1d2e3d9044443539873c50fea8d9a19 /common/CMakeLists.txt
parent9fe1d50d7ace50f1f7efc66412dff006f20a2062 (diff)
downloadsink-885f185f55249a2e97e9c7c238f89a5d0d99d1df.tar.gz
sink-885f185f55249a2e97e9c7c238f89a5d0d99d1df.zip
Move the commandprocessor to a separate file.
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})