From 3898ec1623b50d48b3769348c7aa2775bd8b8c79 Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Mon, 30 Jun 2025 09:03:19 -0400 Subject: [PATCH] cpack: include the .3dsx --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 302aa48d..20fcf5e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -669,6 +669,7 @@ if(NINTENDO_3DS) ) ctr_create_3dsx(isle SMDH isle.smdh) + install(FILES "$/isle.3dsx" DESTINATION "${CMAKE_INSTALL_BINDIR}") endif() if(MSVC) set(CPACK_GENERATOR ZIP)