summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-10 15:33:48 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-10 15:33:48 +0100
commite5bec3abfe2f2463244d65386dbd1088bf56f5f3 (patch)
tree12f3ba41ee0c6c58a08a80679e4e23616206d45b /common/CMakeLists.txt
parentb477dd51c9a0bf1776031a6eabab2b1c5176b5d3 (diff)
downloadsink-e5bec3abfe2f2463244d65386dbd1088bf56f5f3.tar.gz
sink-e5bec3abfe2f2463244d65386dbd1088bf56f5f3.zip
Notification debug stream operator.
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})