mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50: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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue