diff options
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}) |