diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-05-25 23:14:57 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-05-25 23:14:57 +0200 |
commit | 3601ee575f833bf204540f4fac41d87a0d977a79 (patch) | |
tree | 740e62969ba7cd6384161b40d499fd63b2029f5f /common/CMakeLists.txt | |
parent | 9e3bcbdd45ec05d0a1fd423e6219ac6443feed1c (diff) | |
download | sink-3601ee575f833bf204540f4fac41d87a0d977a79.tar.gz sink-3601ee575f833bf204540f4fac41d87a0d977a79.zip |
Centralized type specific code.
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 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 | ||
30 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 31 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |