diff options
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index c269a85..79b627a 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -66,6 +66,8 @@ set(command_SRCS | |||
66 | domain/folder.cpp | 66 | domain/folder.cpp |
67 | test.cpp | 67 | test.cpp |
68 | query.cpp | 68 | query.cpp |
69 | changereplay.cpp | ||
70 | adaptorfactoryregistry.cpp | ||
69 | ${storage_SRCS}) | 71 | ${storage_SRCS}) |
70 | 72 | ||
71 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 73 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |