cmake: Add RC file on Windows to DolphinWX

This commit is contained in:
Florent Castelli
2017-02-03 04:54:54 +01:00
parent 3842a9b71c
commit 1a4f044e9e
+4
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()