mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Add linphone.rc to the sources on Windows when building with CMake.
This commit is contained in:
parent
e205995d89
commit
a69ea2cace
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ set(SOURCE_FILES
|
|||
utils.c
|
||||
videowindow.c
|
||||
)
|
||||
if(WIN32)
|
||||
list(APPEND SOURCE_FILES linphone.rc)
|
||||
endif()
|
||||
|
||||
if(ENABLE_ASSISTANT)
|
||||
list(APPEND SOURCE_FILES setupwizard.c)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue