cmake: add playstation2 support

This commit is contained in:
Anonymous Maarten
2021-01-02 20:40:59 +01:00
parent 4d260a631b
commit 1275b70e9d
13 changed files with 151 additions and 34 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 "")