Browse Source

[Switch] Ensure romfs directory exists during CMake configure

pull/6948/head
staphen 2 years ago committed by Anders Jenbo
parent
commit
785a3c2b08
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -421,6 +421,7 @@ if(NINTENDO_SWITCH)
VERSION "${PROJECT_VERSION}"
)
file(MAKE_DIRECTORY "${DEVILUTIONX_ASSETS_OUTPUT_DIRECTORY}")
nx_create_nro(${BIN_TARGET}
NACP ${BIN_TARGET}.nacp
ICON "${PROJECT_SOURCE_DIR}/Packaging/switch/icon.jpg"

Loading…
Cancel
Save