From b441386c4e138d19bbd79d578e0a2ff1b3f54a93 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 28 May 2016 02:09:58 +0200 Subject: Moved the classes to individual files --- common/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 79b627a..3c6a083 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -68,6 +68,10 @@ set(command_SRCS query.cpp changereplay.cpp adaptorfactoryregistry.cpp + synchronizer.cpp + entitystore.cpp + remoteidmap.cpp + sourcewriteback.cpp ${storage_SRCS}) add_library(${PROJECT_NAME} SHARED ${command_SRCS}) -- cgit v1.2.3