From 4d33a89d3e1a04b2be9f7c51f53062af0a7377c1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 29 May 2018 10:25:29 +0200 Subject: Cleanup --- common/CMakeLists.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index c8e178a..970990f 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -28,9 +28,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET default) install(EXPORT SinkTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE SinkTargets.cmake) -set(storage_SRCS storage_lmdb.cpp) - -set(command_SRCS +add_library(${PROJECT_NAME} SHARED store.cpp secretstore.cpp notifier.cpp @@ -84,9 +82,8 @@ set(command_SRCS propertyparser.cpp utils.cpp fulltextindex.cpp - ${storage_SRCS}) + storage_lmdb.cpp) -add_library(${PROJECT_NAME} SHARED ${command_SRCS}) generate_flatbuffers( ${PROJECT_NAME} -- cgit v1.2.3