summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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)