From 3601ee575f833bf204540f4fac41d87a0d977a79 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 25 May 2015 23:14:57 +0200 Subject: Centralized type specific code. --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'common/CMakeLists.txt') 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 threadboundary.cpp messagequeue.cpp index.cpp + domain/event.cpp ${storage_SRCS}) add_library(${PROJECT_NAME} SHARED ${command_SRCS}) -- cgit v1.2.3