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 b5efb62..a08be8a 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -77,6 +77,7 @@ set(command_SRCS
77 storage/entitystore.cpp 77 storage/entitystore.cpp
78 indexer.cpp 78 indexer.cpp
79 mail/threadindexer.cpp 79 mail/threadindexer.cpp
80 notification.cpp
80 ${storage_SRCS}) 81 ${storage_SRCS})
81 82
82add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 83add_library(${PROJECT_NAME} SHARED ${command_SRCS})