mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-01 07:47:02 +02:00
make .pkg and .self
This commit is contained in:
parent
48c59e0bde
commit
cf7c80b472
4 changed files with 60 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ target_link_libraries(yuzu-cmd PRIVATE common core input_common frontend_common
|
|||
target_link_libraries(yuzu-cmd PRIVATE glad)
|
||||
if (MSVC)
|
||||
target_link_libraries(yuzu-cmd PRIVATE getopt)
|
||||
elseif(PLATFORM_PS4)
|
||||
target_link_libraries(yuzu-cmd PRIVATE SceVideoOut SceAudioOut ScePad)
|
||||
endif()
|
||||
target_link_libraries(yuzu-cmd PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
|
||||
|
||||
|
|
@ -65,3 +67,8 @@ if (NOT MSVC)
|
|||
-Wno-unused-parameter
|
||||
-Wno-missing-field-initializers)
|
||||
endif()
|
||||
|
||||
if (PLATFORM_PS4)
|
||||
add_fself(yuzu-cmd eden-cli)
|
||||
add_pkg(yuzu-cmd eden-cli)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue