diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 18:16:39 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 18:16:39 +0200 |
commit | 4f1afa39bec38ea38820115e1bbabf4506c2d45c (patch) | |
tree | fbcf157e01151a19fe3f35539f62aeeef9fd6c44 /common/CMakeLists.txt | |
parent | cc3fed3668a80616ec78bc872e21b7ac06bcde38 (diff) | |
download | sink-4f1afa39bec38ea38820115e1bbabf4506c2d45c.tar.gz sink-4f1afa39bec38ea38820115e1bbabf4506c2d45c.zip |
Moved generic parts of the domain adaptor to common
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 650691c..b06718f 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -30,6 +30,7 @@ set(command_SRCS | |||
30 | commands.cpp | 30 | commands.cpp |
31 | console.cpp | 31 | console.cpp |
32 | pipeline.cpp | 32 | pipeline.cpp |
33 | domainadaptor.cpp | ||
33 | resource.cpp | 34 | resource.cpp |
34 | resourceaccess.cpp | 35 | resourceaccess.cpp |
35 | storage_common.cpp | 36 | storage_common.cpp |