mirror of
https://github.com/aap/librw.git
synced 2025-12-20 17:39:49 +00:00
cmake: move ps2 cmake toolchain to subdirectory of ps2
This commit is contained in:
7
cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake
Normal file
7
cmake/ps2/cmaketoolchain/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