From 668cead7d8f98615d90dbc933f194105b3cf0bc3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 10 Feb 2016 11:02:39 +0100 Subject: Moved Notifier and ResourceAccess to separate files. --- common/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 02335ad..0becad6 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -34,11 +34,12 @@ set(storage_LIBS lmdb) set(command_SRCS store.cpp + notifier.cpp + resourcecontrol.cpp modelresult.cpp definitions.cpp log.cpp entitybuffer.cpp - clientapi.cpp facadefactory.cpp commands.cpp facade.cpp @@ -104,6 +105,8 @@ add_clang_static_analysis(${PROJECT_NAME}) install(FILES store.h + notifier.h + resourcecontrol.h clientapi.h domain/applicationdomaintype.h query.h -- cgit v1.2.3