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()