File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change @@ -493,36 +493,7 @@ if(PSP)
493
493
ICON_PATH NULL
494
494
BACKGROUND_PATH NULL
495
495
PREVIEW_PATH NULL
496
- )
497
- add_custom_command (
498
- TARGET ${APP} POST_BUILD
499
- COMMAND ${CMAKE_COMMAND} -E make_directory
500
- $< TARGET_FILE_DIR:${ARG_TARGET} > /sdl-${APP}
501
- )
502
- add_custom_command (
503
- TARGET ${APP} POST_BUILD
504
- COMMAND ${CMAKE_COMMAND} -E rename
505
- $< TARGET_FILE_DIR:${ARG_TARGET} > /EBOOT.PBP
506
- $< TARGET_FILE_DIR:${ARG_TARGET} > /sdl-${APP}/EBOOT.PBP
507
- )
508
- if (BUILD_PRX )
509
- add_custom_command (
510
- TARGET ${APP} POST_BUILD
511
- COMMAND ${CMAKE_COMMAND} -E copy
512
- $< TARGET_FILE_DIR:${ARG_TARGET} > /${APP}
513
- $< TARGET_FILE_DIR:${ARG_TARGET} > /sdl-${APP}/${APP}
514
- )
515
- add_custom_command (
516
- TARGET ${APP} POST_BUILD
517
- COMMAND ${CMAKE_COMMAND} -E rename
518
- $< TARGET_FILE_DIR:${ARG_TARGET} > /${APP}.prx
519
- $< TARGET_FILE_DIR:${ARG_TARGET} > /sdl-${APP}/${APP}.prx
520
- )
521
- endif ()
522
- add_custom_command (
523
- TARGET ${APP} POST_BUILD
524
- COMMAND ${CMAKE_COMMAND} -E remove
525
- $< TARGET_FILE_DIR:${ARG_TARGET} > /PARAM.SFO
496
+ OUTPUT_DIR $< TARGET_FILE_DIR:${APP} > /sdl-${APP}
526
497
)
527
498
endforeach ()
528
499
endif ()
You can’t perform that action at this time.
0 commit comments