diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-05-25 23:58:59 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-05-25 23:58:59 +0200 |
commit | 0815156ef93cb9f48073a777b888ed47b579d695 (patch) | |
tree | 0909113197d1674887d13d26f34e86fea0da5b52 /common/CMakeLists.txt | |
parent | b25c71e0a42b18b02764719d32714f07ca241b3f (diff) | |
download | sink-0815156ef93cb9f48073a777b888ed47b579d695.tar.gz sink-0815156ef93cb9f48073a777b888ed47b579d695.zip |
Moved remaining parts of applicationdomaintype
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 37b5b3f..6a048ea 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/applicationdomaintype.cpp | ||
28 | domain/event.cpp | 29 | domain/event.cpp |
29 | ${storage_SRCS}) | 30 | ${storage_SRCS}) |
30 | 31 | ||