diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-11 08:39:43 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-11 08:39:43 +0200 |
commit | 68fcd3e123e9c0e345d95728d0c8742e53be940a (patch) | |
tree | e4e79abf7f3f2262871675a12f37d38f60fad71e /common/CMakeLists.txt | |
parent | 9f5e4a488360c2c0232a12b65e9d1c8366c0bc8b (diff) | |
download | sink-68fcd3e123e9c0e345d95728d0c8742e53be940a.tar.gz sink-68fcd3e123e9c0e345d95728d0c8742e53be940a.zip |
Use ConfigStore for accounts
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 a47d259..54d86f3 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -58,6 +58,7 @@ set(command_SRCS | |||
58 | typeindex.cpp | 58 | typeindex.cpp |
59 | resourcefacade.cpp | 59 | resourcefacade.cpp |
60 | resourceconfig.cpp | 60 | resourceconfig.cpp |
61 | configstore.cpp | ||
61 | resultset.cpp | 62 | resultset.cpp |
62 | domain/applicationdomaintype.cpp | 63 | domain/applicationdomaintype.cpp |
63 | domain/event.cpp | 64 | domain/event.cpp |