mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
install(DIRECTORY ${BUNDLE_PATH} DESTINATION /Applications
|
||||||
USE_SOURCE_PERMISSIONS
|
USE_SOURCE_PERMISSIONS
|
||||||
)
|
)
|
||||||
|
elseif(WIN32)
|
||||||
|
set_target_properties(${DOLPHIN_EXE} PROPERTIES
|
||||||
|
WIN32_EXECUTABLE ON
|
||||||
|
)
|
||||||
else()
|
else()
|
||||||
install(TARGETS ${DOLPHIN_EXE} RUNTIME DESTINATION ${bindir})
|
install(TARGETS ${DOLPHIN_EXE} RUNTIME DESTINATION ${bindir})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue