Add source permissions to preserve file perms
This commit is contained in:
parent
9069ce8773
commit
be2c59c691
1 changed files with 2 additions and 1 deletions
|
|
@ -117,7 +117,8 @@ endif()
|
|||
# Installation
|
||||
if(NOT MSVC)
|
||||
install(DIRECTORY ${PROJECT_BINARY_DIR} DESTINATION ${LV2PLUGIN_INSTALL_DIR}
|
||||
COMPONENT "lv2")
|
||||
COMPONENT "lv2"
|
||||
USE_SOURCE_PERMISSIONS)
|
||||
bundle_dylibs(lv2
|
||||
"${LV2PLUGIN_INSTALL_DIR}/${PROJECT_NAME}.lv2/Contents/Binary/sfizz.so"
|
||||
COMPONENT "lv2")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue