summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-06 02:33:51 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-06 02:33:51 +0100
commit5f40ace47be289c74ad95948c75ed86676158639 (patch)
treeb3c50012da8c7404398050a17724342866a9e83e /CMakeLists.txt
parent6b8994edba4fcc0663838b90f66fe2ad0f9e134a (diff)
downloadsink-5f40ace47be289c74ad95948c75ed86676158639.tar.gz
sink-5f40ace47be289c74ad95948c75ed86676158639.zip
resource -> synchronizer
the resource will be the plugin that interacts with the source and store
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e8b6f23..0ead220 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,8 +44,8 @@ add_subdirectory(common)
44# the client 44# the client
45add_subdirectory(client) 45add_subdirectory(client)
46 46
47# the resource 47# the synchronizer
48add_subdirectory(resource) 48add_subdirectory(synchronizer)
49 49
50# a simple dummy resource implementation 50# a simple dummy resource implementation
51add_subdirectory(dummyresource) 51add_subdirectory(dummyresource)