mirror of
https://github.com/halpz/re3.git
synced 2025-07-20 19:09:48 +00:00
Add Nintendo Switch initial support
This commit is contained in:
7
cmake/nx/NXFunctions.cmake
Normal file
7
cmake/nx/NXFunctions.cmake
Normal file
@ -0,0 +1,7 @@
|
||||
if(NOT COMMAND nx_generate_nacp)
|
||||
message(FATAL_ERROR "The `nx_generate_nacp` cmake command is not available. Please use an appropriate Nintendo Switch toolchain.")
|
||||
endif()
|
||||
|
||||
if(NOT COMMAND nx_create_nro)
|
||||
message(FATAL_ERROR "The `nx_create_nro` cmake command is not available. Please use an appropriate Nintendo Switch toolchain.")
|
||||
endif()
|
Reference in New Issue
Block a user