diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-01 16:22:55 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-01 16:22:55 +0200 |
commit | 096d14f20f4dc39d20d35d605ca755b66bd48cf9 (patch) | |
tree | 4b28dd3b310ebcfa9cefa1b41992eeefa5456764 /common/CMakeLists.txt | |
parent | c1475df297975b403d991f69ef9436cd576c1e46 (diff) | |
download | sink-096d14f20f4dc39d20d35d605ca755b66bd48cf9.tar.gz sink-096d14f20f4dc39d20d35d605ca755b66bd48cf9.zip |
Account filter for resources and contains comparator in query
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 54d86f3..c269a85 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -65,6 +65,7 @@ set(command_SRCS | |||
65 | domain/mail.cpp | 65 | domain/mail.cpp |
66 | domain/folder.cpp | 66 | domain/folder.cpp |
67 | test.cpp | 67 | test.cpp |
68 | query.cpp | ||
68 | ${storage_SRCS}) | 69 | ${storage_SRCS}) |
69 | 70 | ||
70 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 71 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |