diff options
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) |