cmake: Add RC file on Windows to DolphinWX

This commit is contained in:
Florent Castelli 2017-02-03 04:51:37 +01:00
parent 3842a9b71c
commit 1a4f044e9e
1 changed files with 4 additions and 0 deletions

View File

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