Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <vonreth@kde.org>2022-05-05 13:16:49 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-10 12:04:09 +0300
commit64f3c376c345f5ba0c54f5f444bf04ca312752b7 (patch)
treea0df6c8f4490bf3c11110c429e36c7908150ae62 /src/CMakeLists.txt
parent3108ea863c55ddb861c8c9bc9202a0781ae08f38 (diff)
Move vfs plugins out of libsync
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f4cbecdbe..5fce0f47e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -50,3 +50,5 @@ if (NOT BUILD_LIBRARIES_ONLY)
add_subdirectory(crashreporter)
endif()
endif(NOT BUILD_LIBRARIES_ONLY)
+
+add_subdirectory(plugins)