mirror of
https://github.com/aap/librw.git
synced 2025-12-21 09:59:55 +00:00
cmake: add playstation2 support
This commit is contained in:
7
cmake/ps2toolchain/CMakeTestDSMCompiler.cmake
Normal file
7
cmake/ps2toolchain/CMakeTestDSMCompiler.cmake
Normal 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 "")
|
||||
Reference in New Issue
Block a user