mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
cmake: Mark DolphinWX target as a Windows application (instead of console)
This commit is contained in:
@ -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()
|
||||||
|
Reference in New Issue
Block a user