summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt3
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
85add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 87add_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)
131install(TARGETS ${PROJECT_NAME} 134install(TARGETS ${PROJECT_NAME}
132 EXPORT SinkTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ${LIBRARY_NAMELINK} ) 135 EXPORT SinkTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ${LIBRARY_NAMELINK} )