diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-28 02:09:58 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-28 02:09:58 +0200 |
commit | b441386c4e138d19bbd79d578e0a2ff1b3f54a93 (patch) | |
tree | 1110b6ec00ce29a8bcd7f6db0717f4a483f50587 /common/CMakeLists.txt | |
parent | afb29c153daff23e491a350784ce6af5db5e28af (diff) | |
download | sink-b441386c4e138d19bbd79d578e0a2ff1b3f54a93.tar.gz sink-b441386c4e138d19bbd79d578e0a2ff1b3f54a93.zip |
Moved the classes to individual files
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
68 | query.cpp | 68 | query.cpp |
69 | changereplay.cpp | 69 | changereplay.cpp |
70 | adaptorfactoryregistry.cpp | 70 | adaptorfactoryregistry.cpp |
71 | synchronizer.cpp | ||
72 | entitystore.cpp | ||
73 | remoteidmap.cpp | ||
74 | sourcewriteback.cpp | ||
71 | ${storage_SRCS}) | 75 | ${storage_SRCS}) |
72 | 76 | ||
73 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 77 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |