mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-02 01:40:26 -05:00
cmake: Add RC file on Windows to DolphinWX
This commit is contained in:
parent
3842a9b71c
commit
1a4f044e9e
|
|
@ -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…
Reference in New Issue
Block a user