mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:40:05 +00:00
Install shared libraries in addition to runtime
This commit is contained in:
parent
57e9069f0a
commit
a42d423125
1 changed files with 5 additions and 1 deletions
|
|
@ -389,8 +389,12 @@ install(TARGETS supercell-wx
|
|||
RUNTIME_DEPENDENCIES
|
||||
PRE_EXCLUDE_REGEXES "api-ms-" "ext-ms-" "qt6"
|
||||
POST_EXCLUDE_REGEXES ".*system32/.*\\.dll"
|
||||
"^(/usr)?/lib/.*\\.so(\\..*)?"
|
||||
RUNTIME
|
||||
COMPONENT supercell-wx)
|
||||
COMPONENT supercell-wx
|
||||
LIBRARY
|
||||
COMPONENT supercell-wx
|
||||
OPTIONAL)
|
||||
|
||||
qt_generate_deploy_app_script(TARGET qmaplibregl
|
||||
FILENAME_VARIABLE deploy_script_qmaplibregl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue