|
|
|
|
@ -362,13 +362,13 @@ function(add_cia_target target RSF IMAGE SOUND)
|
|
|
|
|
COMMAND ${MAKEROM} -f cia |
|
|
|
|
-target t |
|
|
|
|
-exefslogo |
|
|
|
|
-o ${CMAKE_CURRENT_BINARY_DIR}/${target_we}.cia |
|
|
|
|
-o ${target_we}.cia |
|
|
|
|
-elf $<TARGET_FILE:${target}>-stripped |
|
|
|
|
-rsf ${RSF} |
|
|
|
|
-banner ${CMAKE_CURRENT_BINARY_DIR}/${target_we}.bnr |
|
|
|
|
-icon ${CMAKE_CURRENT_BINARY_DIR}/${target_we}.smdh |
|
|
|
|
-banner ${target_we}.bnr |
|
|
|
|
-icon ${target_we}.smdh |
|
|
|
|
DEPENDS ${target} ${RSF} ${CMAKE_CURRENT_BINARY_DIR}/${target_we}.bnr ${CMAKE_CURRENT_BINARY_DIR}/${target_we}.smdh |
|
|
|
|
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} |
|
|
|
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} |
|
|
|
|
VERBATIM |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|