From 74c57020fade0ccf2e142bd5100749929542de3c Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Fri, 27 Jul 2018 16:12:54 +0200 Subject: [PATCH] chore(CMakeLists.txt): use app-icon.rc instead of linphone.rc --- CMakeLists.txt | 2 +- assets/{linphone.rc => app-icon.rc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/{linphone.rc => app-icon.rc} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9acae8931..c4e183133 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 $ ${ASSETS_DIR}/linphone.rc ${MAIN_FILE}) + add_executable(${TARGET_NAME} WIN32 $ ${ASSETS_DIR}/app-icon.rc ${MAIN_FILE}) else () add_executable(${TARGET_NAME} $ ${MAIN_FILE}) endif () diff --git a/assets/linphone.rc b/assets/app-icon.rc similarity index 100% rename from assets/linphone.rc rename to assets/app-icon.rc