summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-09 17:27:29 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-09 17:27:29 +0200
commit555c373a0c4dfe386dcd2c88ae9548d95e307409 (patch)
tree57dd13d7e6d6b5c5929f15f4fafc19881deb84c0 /common/CMakeLists.txt
parent32a6f2ad3b66431c157e00ba5b1fb40c05e3c407 (diff)
downloadsink-555c373a0c4dfe386dcd2c88ae9548d95e307409.tar.gz
sink-555c373a0c4dfe386dcd2c88ae9548d95e307409.zip
Moved query logic to EntityReader to make it reusable in the resource.
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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
72 entitystore.cpp 72 entitystore.cpp
73 remoteidmap.cpp 73 remoteidmap.cpp
74 sourcewriteback.cpp 74 sourcewriteback.cpp
75 entityreader.cpp
75 ${storage_SRCS}) 76 ${storage_SRCS})
76 77
77add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 78add_library(${PROJECT_NAME} SHARED ${command_SRCS})