chore(CMakeLists.txt): use app-icon.rc instead of linphone.rc

This commit is contained in:
Ronan Abhamon 2018-07-27 16:12:54 +02:00
parent 69e0213957
commit 74c57020fa
2 changed files with 1 additions and 1 deletions

View file

@ -364,7 +364,7 @@ add_dependencies(${APP_LIBRARY} ${TARGET_NAME}-git-version)
add_dependencies(${APP_LIBRARY} update_translations)
if (WIN32)
add_executable(${TARGET_NAME} WIN32 $<TARGET_OBJECTS:${APP_LIBRARY}> ${ASSETS_DIR}/linphone.rc ${MAIN_FILE})
add_executable(${TARGET_NAME} WIN32 $<TARGET_OBJECTS:${APP_LIBRARY}> ${ASSETS_DIR}/app-icon.rc ${MAIN_FILE})
else ()
add_executable(${TARGET_NAME} $<TARGET_OBJECTS:${APP_LIBRARY}> ${MAIN_FILE})
endif ()