Add linphone.rc to the sources on Windows when building with CMake.

This commit is contained in:
Ghislain MARY 2015-03-09 09:33:47 +01:00
parent e205995d89
commit a69ea2cace

View file

@ -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)