mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
13 lines
479 B
CMake
13 lines
479 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/shaders/opacityMask.frag.qsb
|
|
data/shaders/roundEffect.frag.qsb
|
|
)
|
|
|
|
file(GLOB files LIST_DIRECTORIES false image/*)
|
|
foreach(f ${files})
|
|
get_filename_component(filename ${f} NAME)
|
|
list(APPEND _LINPHONEAPP_RC_FILES data/image/${filename})
|
|
endforeach()
|
|
set(_LINPHONEAPP_RC_FILES ${_LINPHONEAPP_RC_FILES} PARENT_SCOPE)
|