mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
chore(CMakeLists.txt): use app-icon.rc instead of linphone.rc
This commit is contained in:
parent
69e0213957
commit
74c57020fa
2 changed files with 1 additions and 1 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue