From 885f185f55249a2e97e9c7c238f89a5d0d99d1df Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 28 Nov 2016 16:56:28 +0100 Subject: Move the commandprocessor to a separate file. --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'common/CMakeLists.txt') 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 indexer.cpp mail/threadindexer.cpp notification.cpp + commandprocessor.cpp ${storage_SRCS}) add_library(${PROJECT_NAME} SHARED ${command_SRCS}) -- cgit v1.2.3