summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-19 23:47:34 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-19 23:47:34 +0100
commitddb28417ccbcd22e771b7610c1727eac63471609 (patch)
tree445243cc7c7df45bfe7f31c4382d41cd5deb9465 /common/CMakeLists.txt
parent94a2cd6ec21bf0466a9a50d6e4a0a956ed47bc82 (diff)
downloadsink-ddb28417ccbcd22e771b7610c1727eac63471609.tar.gz
sink-ddb28417ccbcd22e771b7610c1727eac63471609.zip
Moved facade implementation to cpp file
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt1
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)
12endif (STORAGE_unqlite) 12endif (STORAGE_unqlite)
13 13
14set(command_SRCS 14set(command_SRCS
15 modelresult.cpp
15 definitions.cpp 16 definitions.cpp
16 log.cpp 17 log.cpp
17 entitybuffer.cpp 18 entitybuffer.cpp