From 555c373a0c4dfe386dcd2c88ae9548d95e307409 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 9 Jun 2016 17:27:29 +0200 Subject: Moved query logic to EntityReader to make it reusable in the resource. --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 3c6a083..752e4e4 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -72,6 +72,7 @@ set(command_SRCS entitystore.cpp remoteidmap.cpp sourcewriteback.cpp + entityreader.cpp ${storage_SRCS}) add_library(${PROJECT_NAME} SHARED ${command_SRCS}) -- cgit v1.2.3