mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-04-28 13:07:59 +03:00
7 lines
347 B
CMake
7 lines
347 B
CMake
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()
|