mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
cmake: Mark DolphinWX target as a Windows application (instead of console)
This commit is contained in:
parent
2ff10ad021
commit
b6a7216b07
1 changed files with 4 additions and 0 deletions
|
@ -212,6 +212,10 @@ if(wxWidgets_FOUND)
|
|||
install(DIRECTORY ${BUNDLE_PATH} DESTINATION /Applications
|
||||
USE_SOURCE_PERMISSIONS
|
||||
)
|
||||
elseif(WIN32)
|
||||
set_target_properties(${DOLPHIN_EXE} PROPERTIES
|
||||
WIN32_EXECUTABLE ON
|
||||
)
|
||||
else()
|
||||
install(TARGETS ${DOLPHIN_EXE} RUNTIME DESTINATION ${bindir})
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue