projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47b2913
)
VFS: Plugin needs to be installed, otherwise it can't be loaded
author
Olivier Goffart
<ogoffart@woboq.com>
Fri, 7 Dec 2018 10:15:45 +0000
(11:15 +0100)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:27 +0000
(10:58 +0100)
src/libsync/vfs/suffix/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/libsync/vfs/suffix/CMakeLists.txt
b/src/libsync/vfs/suffix/CMakeLists.txt
index f77e0934f8d54a15e9c57482d1c01e32c9ecab8a..d4df87275260ddbdeb1ef8df8af91cf9371fc0e1 100644
(file)
--- a/
src/libsync/vfs/suffix/CMakeLists.txt
+++ b/
src/libsync/vfs/suffix/CMakeLists.txt
@@
-13,3
+13,5
@@
set_target_properties("${synclib_NAME}_vfs_suffix" PROPERTIES
AUTOMOC TRUE
)
+INSTALL(TARGETS "${synclib_NAME}_vfs_suffix" LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}/plugins")
+