diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-05-31 20:16:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-05-31 20:16:23 +0200 |
commit | e297fb92c2c0e344d36e0aef57921f6b9b921a61 (patch) | |
tree | ab36c3a121f3f132235ed3eafb5eb5d767c77b3b /common/CMakeLists.txt | |
parent | 0815156ef93cb9f48073a777b888ed47b579d695 (diff) | |
download | sink-e297fb92c2c0e344d36e0aef57921f6b9b921a61.tar.gz sink-e297fb92c2c0e344d36e0aef57921f6b9b921a61.zip |
Moved default read/write property mapper to TypeImplementation
There is always exactly one default buffer that we can centralize
in TypeImplementation.
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 6a048ea..9e30752 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -17,6 +17,7 @@ set(command_SRCS | |||
17 | commands.cpp | 17 | commands.cpp |
18 | facade.cpp | 18 | facade.cpp |
19 | pipeline.cpp | 19 | pipeline.cpp |
20 | propertymapper.cpp | ||
20 | domainadaptor.cpp | 21 | domainadaptor.cpp |
21 | resource.cpp | 22 | resource.cpp |
22 | genericresource.cpp | 23 | genericresource.cpp |