mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Install rootca file if enabled. Embed assistant files in qrc. Fix mac build to respect target OSX.
6 lines
223 B
CMake
6 lines
223 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
|
|
)
|
|
|
|
set(_LINPHONEAPP_RC_FILES ${_LINPHONEAPP_RC_FILES} PARENT_SCOPE)
|