mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix installation of vfs suffix plugin
This commit is contained in:
parent
a7a54b6d11
commit
687eb9665d
@ -13,5 +13,8 @@ set_target_properties("${synclib_NAME}_vfs_suffix" PROPERTIES
|
||||
AUTOMOC TRUE
|
||||
)
|
||||
|
||||
INSTALL(TARGETS "${synclib_NAME}_vfs_suffix" LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}/plugins")
|
||||
INSTALL(TARGETS "${synclib_NAME}_vfs_suffix"
|
||||
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}/plugins"
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_LIBDIR}/plugins"
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user