summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
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 2ece210..37b5b3f 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -25,6 +25,7 @@ set(command_SRCS
25 threadboundary.cpp 25 threadboundary.cpp
26 messagequeue.cpp 26 messagequeue.cpp
27 index.cpp 27 index.cpp
28 domain/event.cpp
28 ${storage_SRCS}) 29 ${storage_SRCS})
29 30
30add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 31add_library(${PROJECT_NAME} SHARED ${command_SRCS})