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 <hannah.vonreth@owncloud.com>2020-07-10 12:54:00 +0300
committerHannah von Reth <vonreth@kde.org>2020-07-20 15:02:47 +0300
commit4c223b001999e3afc888fc4f907cf3ee2224d995 (patch)
tree5dccf07e626a4f70e7be40464084efb6d442f675 /CMakeLists.txt
parentb2f12dd8fc64e17cf978ad40e24c81cea84af4c8 (diff)
CMake: Make VIRTUAL_FILE_SYSTEM_PLUGINS accessible to cmake tools
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 066af469a..cd5075f23 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -123,6 +123,9 @@ option(BUILD_LIBRARIES_ONLY "BUILD_LIBRARIES_ONLY" OFF)
# build the GUI component, when disabled only owncloudcmd is built
option(BUILD_GUI "BUILD_GUI" ON)
+# specify additional vfs plugins
+set(VIRTUAL_FILE_SYSTEM_PLUGINS suffix win CACHE STRING "Name of internal plugin in src/libsync/vfs or the locations of virtual file plugins")
+
# When this option is enabled, 5xx errors are not added to the blacklist
# Normally you don't want to enable this option because if a particular file
# triggers a bug on the server, you want the file to be blacklisted.