diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-06 02:33:51 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-06 02:33:51 +0100 |
commit | 5f40ace47be289c74ad95948c75ed86676158639 (patch) | |
tree | b3c50012da8c7404398050a17724342866a9e83e /CMakeLists.txt | |
parent | 6b8994edba4fcc0663838b90f66fe2ad0f9e134a (diff) | |
download | sink-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.txt | 4 |
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 |
45 | add_subdirectory(client) | 45 | add_subdirectory(client) |
46 | 46 | ||
47 | # the resource | 47 | # the synchronizer |
48 | add_subdirectory(resource) | 48 | add_subdirectory(synchronizer) |
49 | 49 | ||
50 | # a simple dummy resource implementation | 50 | # a simple dummy resource implementation |
51 | add_subdirectory(dummyresource) | 51 | add_subdirectory(dummyresource) |