mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
VFS: Plugin needs to be installed, otherwise it can't be loaded
This commit is contained in:
parent
47b2913357
commit
a7a54b6d11
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue