re3-symbian/vendor/librw/cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake
2026-04-29 04:17:06 +05:00

7 lines
158 B
CMake

set(_ASM_COMPILER_WORKS 0)
if(CMAKE_DSM_COMPILER)
set(_DSM_COMPILER_WORKS)
endif()
set(CMAKE_DSM_COMPILER_WORKS ${_DSM_COMPILER_WORKS} CACHE INTERNAL "")