From a7a54b6d11bdec9ff4cdac02f98f2105f9db986a Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Fri, 7 Dec 2018 11:15:45 +0100 Subject: [PATCH] VFS: Plugin needs to be installed, otherwise it can't be loaded --- src/libsync/vfs/suffix/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libsync/vfs/suffix/CMakeLists.txt b/src/libsync/vfs/suffix/CMakeLists.txt index f77e0934f..d4df87275 100644 --- 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") + -- 2.30.2