mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
18 lines
No EOL
574 B
CMake
18 lines
No EOL
574 B
CMake
list(APPEND _LINPHONEAPP_RC_FILES data/assistant/use-app-sip-account.rc
|
|
data/assistant/create-app-sip-account.rc
|
|
data/assistant/use-other-sip-account.rc
|
|
"data/image/info-logo.svg"
|
|
"data/image/belledonne.svg"
|
|
"data/image/profil.svg"
|
|
"data/image/logo.svg"
|
|
"data/image/login-image.svg"
|
|
"data/image/show.svg"
|
|
"data/image/welcome-linphone-logo.svg"
|
|
"data/image/welcome-lock.svg"
|
|
"data/image/welcome-opensource.svg"
|
|
"data/image/hide.svg"
|
|
"data/image/down-arrow.svg"
|
|
"data/image/return-arrow.svg"
|
|
)
|
|
|
|
set(_LINPHONEAPP_RC_FILES ${_LINPHONEAPP_RC_FILES} PARENT_SCOPE) |