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"