mirror of
https://github.com/aap/librw.git
synced 2026-07-24 15:57:05 +01:00
cmake: move ps2 cmake toolchain to subdirectory of ps2
This commit is contained in:
@@ -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 "")
|
||||
Reference in New Issue
Block a user