summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-20 22:22:19 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-20 22:22:19 +0200
commit47f105febcd17d6db1f998a99c6c6c423851573a (patch)
tree1f02b0e09444c55bd509984233b918b5a1937357 /common/CMakeLists.txt
parentb4db894f76de9ac252081972143efcd3fcd66533 (diff)
downloadsink-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.txt1
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