From 7bd184460952932a237dc6f8bea7a8cd220afadf Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 27 Jul 2015 23:00:23 +0200 Subject: Abstracted the storage so the facade can be tested. --- 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 a69c62c..b242256 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -13,6 +13,7 @@ endif (STORAGE_unqlite) set(command_SRCS log.cpp entitybuffer.cpp + entitystorage.cpp clientapi.cpp facadefactory.cpp commands.cpp -- cgit v1.2.3