VFS: Plugin needs to be installed, otherwise it can't be loaded
authorOlivier Goffart <ogoffart@woboq.com>
Fri, 7 Dec 2018 10:15:45 +0000 (11:15 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:27 +0000 (10:58 +0100)
src/libsync/vfs/suffix/CMakeLists.txt

index f77e0934f8d54a15e9c57482d1c01e32c9ecab8a..d4df87275260ddbdeb1ef8df8af91cf9371fc0e1 100644 (file)
@@ -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")
+