fix(linphone_package): export share/Belr for windows

This commit is contained in:
Ronan Abhamon 2018-05-25 14:05:44 +02:00
parent 0b138bd6bc
commit 7fd3af40e4

View file

@ -148,7 +148,7 @@ if(WIN32)
)
file(GLOB SHARE_CONTENT RELATIVE "${LINPHONE_OUTPUT_DIR}" "${LINPHONE_OUTPUT_DIR}/share/*")
list(REMOVE_ITEM SHARE_CONTENT "share/images" "share/linphone" "share/Linphone" "share/sounds")
list(REMOVE_ITEM SHARE_CONTENT "share/Belr" "share/images" "share/linphone" "share/Linphone" "share/sounds")
foreach(item IN LISTS SHARE_CONTENT)
list(APPEND SHARE_CONTENT_EXCLUDE PATTERN "${item}" EXCLUDE)
endforeach()