From f93e382b8bf1af7c7afedcc4eb974c005e080943 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Wed, 24 Aug 2016 04:01:05 +0300 Subject: [PATCH] Use tes3mp icon for executable, part 2 --- apps/openmw/CMakeLists.txt | 2 +- files/tes3mp/tes3mp.rc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 files/tes3mp/tes3mp.rc diff --git a/apps/openmw/CMakeLists.txt b/apps/openmw/CMakeLists.txt index cf4f20f80..15950e00e 100644 --- a/apps/openmw/CMakeLists.txt +++ b/apps/openmw/CMakeLists.txt @@ -3,7 +3,7 @@ set(GAME main.cpp engine.cpp - ${CMAKE_SOURCE_DIR}/files/windows/openmw.rc + ${CMAKE_SOURCE_DIR}/files/tes3mp/tes3mp.rc ) if (ANDROID) diff --git a/files/tes3mp/tes3mp.rc b/files/tes3mp/tes3mp.rc new file mode 100644 index 000000000..9895e8c8b --- /dev/null +++ b/files/tes3mp/tes3mp.rc @@ -0,0 +1 @@ +IDI_ICON1 ICON DISCARDABLE "tes3mp.ico"