VFS: Plugin needs to be installed, otherwise it can't be loaded

This commit is contained in:
Olivier Goffart 2018-12-07 11:15:45 +01:00 committed by Kevin Ottens
parent 47b2913357
commit a7a54b6d11
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View 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")