Install shared libraries in addition to runtime

This commit is contained in:
Dan Paulat 2023-04-20 11:07:53 -05:00
parent 57e9069f0a
commit a42d423125

View file

@ -389,8 +389,12 @@ install(TARGETS supercell-wx
RUNTIME_DEPENDENCIES RUNTIME_DEPENDENCIES
PRE_EXCLUDE_REGEXES "api-ms-" "ext-ms-" "qt6" PRE_EXCLUDE_REGEXES "api-ms-" "ext-ms-" "qt6"
POST_EXCLUDE_REGEXES ".*system32/.*\\.dll" POST_EXCLUDE_REGEXES ".*system32/.*\\.dll"
"^(/usr)?/lib/.*\\.so(\\..*)?"
RUNTIME RUNTIME
COMPONENT supercell-wx) COMPONENT supercell-wx
LIBRARY
COMPONENT supercell-wx
OPTIONAL)
qt_generate_deploy_app_script(TARGET qmaplibregl qt_generate_deploy_app_script(TARGET qmaplibregl
FILENAME_VARIABLE deploy_script_qmaplibregl FILENAME_VARIABLE deploy_script_qmaplibregl