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

@@ -0,0 +1,7 @@
set(_ASM_COMPILER_WORKS 0)
if(CMAKE_DSM_COMPILER)
set(_DSM_COMPILER_WORKS)
endif()
set(CMAKE_DSM_COMPILER_WORKS ${_DSM_COMPILER_WORKS} CACHE INTERNAL "")