mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-26 00:08:13 +00:00
fix(linphone_package): do not export share/Linphone
This commit is contained in:
parent
7fd3af40e4
commit
ca9c6e2edb
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ if(WIN32)
|
|||
)
|
||||
|
||||
file(GLOB SHARE_CONTENT RELATIVE "${LINPHONE_OUTPUT_DIR}" "${LINPHONE_OUTPUT_DIR}/share/*")
|
||||
list(REMOVE_ITEM SHARE_CONTENT "share/Belr" "share/images" "share/linphone" "share/Linphone" "share/sounds")
|
||||
list(REMOVE_ITEM SHARE_CONTENT "share/Belr" "share/images" "share/linphone" "share/sounds")
|
||||
foreach(item IN LISTS SHARE_CONTENT)
|
||||
list(APPEND SHARE_CONTENT_EXCLUDE PATTERN "${item}" EXCLUDE)
|
||||
endforeach()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue