requested changes

This commit is contained in:
Korbo 2025-07-07 10:53:45 -05:00
parent f4270986cc
commit 13eaab3e0d

View File

@ -757,7 +757,7 @@ if(NINTENDO_3DS)
) )
ctr_create_3dsx(isle SMDH isle.smdh) ctr_create_3dsx(isle SMDH isle.smdh)
if(BANNERTOOL AND MAKEROM)
add_custom_command( add_custom_command(
OUTPUT "isle.bnr" OUTPUT "isle.bnr"
COMMAND "${BANNERTOOL}" makebanner -i "../ISLE/res/3ds/banner.png" -a "../ISLE/res/3ds/banner.wav" -o "isle.bnr" COMMAND "${BANNERTOOL}" makebanner -i "../ISLE/res/3ds/banner.png" -a "../ISLE/res/3ds/banner.wav" -o "isle.bnr"
@ -772,8 +772,9 @@ if(NINTENDO_3DS)
COMMENT "Building CIA executable target isle.cia" COMMENT "Building CIA executable target isle.cia"
VERBATIM VERBATIM
) )
add_custom_target("isle_cia" ALL DEPENDS "isle.cia" isle)
add_custom_target("isle_cia" ALL DEPENDS "isle.cia" isle)
endif()
install(FILES "$<TARGET_FILE_DIR:isle>/isle.3dsx" DESTINATION "${CMAKE_INSTALL_BINDIR}") install(FILES "$<TARGET_FILE_DIR:isle>/isle.3dsx" DESTINATION "${CMAKE_INSTALL_BINDIR}")
install(FILES "$<TARGET_FILE_DIR:isle>/isle.cia" DESTINATION "${CMAKE_INSTALL_BINDIR}") install(FILES "$<TARGET_FILE_DIR:isle>/isle.cia" DESTINATION "${CMAKE_INSTALL_BINDIR}")
endif() endif()