diff options
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index ec83f6f..76579dd 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -75,11 +75,13 @@ set(command_SRCS | |||
75 | storage/entitystore.cpp | 75 | storage/entitystore.cpp |
76 | indexer.cpp | 76 | indexer.cpp |
77 | mail/threadindexer.cpp | 77 | mail/threadindexer.cpp |
78 | mail/fulltextindexer.cpp | ||
78 | notification.cpp | 79 | notification.cpp |
79 | commandprocessor.cpp | 80 | commandprocessor.cpp |
80 | inspector.cpp | 81 | inspector.cpp |
81 | propertyparser.cpp | 82 | propertyparser.cpp |
82 | utils.cpp | 83 | utils.cpp |
84 | fulltextindex.cpp | ||
83 | ${storage_SRCS}) | 85 | ${storage_SRCS}) |
84 | 86 | ||
85 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 87 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |
@@ -127,6 +129,7 @@ PRIVATE | |||
127 | Qt5::Gui | 129 | Qt5::Gui |
128 | KF5::Mime | 130 | KF5::Mime |
129 | KF5::Contacts | 131 | KF5::Contacts |
132 | ${XAPIAN_LIBRARIES} | ||
130 | ) | 133 | ) |
131 | install(TARGETS ${PROJECT_NAME} | 134 | install(TARGETS ${PROJECT_NAME} |
132 | EXPORT SinkTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ${LIBRARY_NAMELINK} ) | 135 | EXPORT SinkTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ${LIBRARY_NAMELINK} ) |