mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
cmake: Add RC file on Windows to DolphinWX
This commit is contained in:
parent
3842a9b71c
commit
1a4f044e9e
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue