cpack: include the .3dsx

This commit is contained in:
Joshua Peisach 2025-06-30 09:03:19 -04:00
parent 5c560df768
commit 3898ec1623
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A

View File

@ -669,6 +669,7 @@ if(NINTENDO_3DS)
)
ctr_create_3dsx(isle SMDH isle.smdh)
install(FILES "$<TARGET_FILE_DIR:isle>/isle.3dsx" DESTINATION "${CMAKE_INSTALL_BINDIR}")
endif()
if(MSVC)
set(CPACK_GENERATOR ZIP)