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)