linphone-desktop/Linphone/data/CMakeLists.txt
Julien Wadel 3c3473112d Revert RUNTIME_OUTPUT_DIRECTORY to binary dir because of conflict with CMAKE_PREFIX_PATH.
Install rootca file if enabled.
Embed assistant files in qrc.
Fix mac build to respect target OSX.
2023-10-12 18:08:13 +02:00

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)