diff options
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}) |