From 1a4f044e9e61b48defe8ee9a4f0e1380b3f08442 Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Fri, 3 Feb 2017 04:51:37 +0100 Subject: [PATCH] cmake: Add RC file on Windows to DolphinWX --- Source/Core/DolphinWX/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Core/DolphinWX/CMakeLists.txt b/Source/Core/DolphinWX/CMakeLists.txt index bc37cc8eaa..989898b399 100644 --- a/Source/Core/DolphinWX/CMakeLists.txt +++ b/Source/Core/DolphinWX/CMakeLists.txt @@ -106,6 +106,10 @@ if(APPLE) MACOSX_PACKAGE_LOCATION Resources) endif() +if(WIN32) + list(APPEND SRCS DolphinWX.rc) +endif() + if(APPLE) set(DOLPHIN_EXE_BASE Dolphin) else()