summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index e9cf78f..a80ef95 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -25,7 +25,7 @@ install(FILES
25 COMPONENT Devel 25 COMPONENT Devel
26) 26)
27 27
28install(EXPORT SinkCommonTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE SinkCommonTargets.cmake NAMESPACE KF5::) 28install(EXPORT SinkCommonTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE SinkCommonTargets.cmake)
29 29
30set(storage_SRCS storage_lmdb.cpp) 30set(storage_SRCS storage_lmdb.cpp)
31set(storage_LIBS lmdb) 31set(storage_LIBS lmdb)