Changed executable names to eden
This commit is contained in:
parent
d60cf76e2d
commit
0d8a40e3da
3 changed files with 5 additions and 0 deletions
|
@ -202,6 +202,7 @@ endif()
|
|||
|
||||
if (ENABLE_SDL2)
|
||||
add_subdirectory(yuzu_cmd)
|
||||
set_target_properties(yuzu-cmd PROPERTIES OUTPUT_NAME "eden-cli")
|
||||
endif()
|
||||
|
||||
if (ENABLE_QT)
|
||||
|
|
|
@ -27,4 +27,6 @@ if (YUZU_USE_PRECOMPILED_HEADERS)
|
|||
target_precompile_headers(yuzu-room PRIVATE precompiled_headers.h)
|
||||
endif()
|
||||
|
||||
set_target_properties(yuzu-room PROPERTIES OUTPUT_NAME "eden-room")
|
||||
|
||||
create_target_directory_groups(yuzu-room)
|
||||
|
|
|
@ -233,6 +233,8 @@ add_executable(yuzu
|
|||
yuzu.rc
|
||||
)
|
||||
|
||||
set_target_properties(yuzu PROPERTIES OUTPUT_NAME "eden")
|
||||
|
||||
if (YUZU_CRASH_DUMPS)
|
||||
target_sources(yuzu PRIVATE
|
||||
breakpad.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue