diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-19 23:47:34 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-19 23:47:34 +0100 |
commit | ddb28417ccbcd22e771b7610c1727eac63471609 (patch) | |
tree | 445243cc7c7df45bfe7f31c4382d41cd5deb9465 /common/CMakeLists.txt | |
parent | 94a2cd6ec21bf0466a9a50d6e4a0a956ed47bc82 (diff) | |
download | sink-ddb28417ccbcd22e771b7610c1727eac63471609.tar.gz sink-ddb28417ccbcd22e771b7610c1727eac63471609.zip |
Moved facade implementation to cpp file
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 bdb9eac..01056d0 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -12,6 +12,7 @@ else (STORAGE_unqlite) | |||
12 | endif (STORAGE_unqlite) | 12 | endif (STORAGE_unqlite) |
13 | 13 | ||
14 | set(command_SRCS | 14 | set(command_SRCS |
15 | modelresult.cpp | ||
15 | definitions.cpp | 16 | definitions.cpp |
16 | log.cpp | 17 | log.cpp |
17 | entitybuffer.cpp | 18 | entitybuffer.cpp |