cmake: move ps2 cmake toolchain to subdirectory of ps2

This commit is contained in:
Anonymous Maarten
2021-06-22 21:14:22 +02:00
parent 83ba0bd615
commit afdc14776b
12 changed files with 25 additions and 69 deletions

View File

@ -84,7 +84,7 @@ if(LIBRW_INSTALL)
endif()
if(NINTENDO_SWITCH)
install(
FILES "${CMAKE_CURRENT_LIST_DIR}/cmake/nxtoolchain/FindNXGL.cmake"
FILES "${CMAKE_CURRENT_LIST_DIR}/cmake/nx/FindNXGL.cmake"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake"
)
endif()