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 9e30752..58c7ea0 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -26,6 +26,7 @@ set(command_SRCS
26 threadboundary.cpp 26 threadboundary.cpp
27 messagequeue.cpp 27 messagequeue.cpp
28 index.cpp 28 index.cpp
29 resourcefacade.cpp
29 domain/applicationdomaintype.cpp 30 domain/applicationdomaintype.cpp
30 domain/event.cpp 31 domain/event.cpp
31 ${storage_SRCS}) 32 ${storage_SRCS})