diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-20 22:22:19 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-20 22:22:19 +0200 |
commit | 47f105febcd17d6db1f998a99c6c6c423851573a (patch) | |
tree | 1f02b0e09444c55bd509984233b918b5a1937357 /common/CMakeLists.txt | |
parent | b4db894f76de9ac252081972143efcd3fcd66533 (diff) | |
download | sink-47f105febcd17d6db1f998a99c6c6c423851573a.tar.gz sink-47f105febcd17d6db1f998a99c6c6c423851573a.zip |
Moved generic part of resource implementation to GenericResource
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 ce237c5..c18d98a 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -33,6 +33,7 @@ set(command_SRCS | |||
33 | pipeline.cpp | 33 | pipeline.cpp |
34 | domainadaptor.cpp | 34 | domainadaptor.cpp |
35 | resource.cpp | 35 | resource.cpp |
36 | genericresource.cpp | ||
36 | resourceaccess.cpp | 37 | resourceaccess.cpp |
37 | storage_common.cpp | 38 | storage_common.cpp |
38 | threadboundary.cpp | 39 | threadboundary.cpp |