Changed executable names to eden

This commit is contained in:
Briar 2025-04-01 18:35:37 +02:00
parent 533c5231c9
commit e4d277f0c8
3 changed files with 5 additions and 0 deletions

View file

@ -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)